{"id":314,"date":"2022-11-25T15:23:31","date_gmt":"2022-11-25T07:23:31","guid":{"rendered":"https:\/\/app.applebyme.cn\/cloud\/wwwinfo\/314.html"},"modified":"2022-11-25T15:23:31","modified_gmt":"2022-11-25T07:23:31","slug":"expressjs-%e5%ae%89%e8%a3%85ssl%e8%af%81%e4%b9%a6expressjs-%e7%8e%af%e5%a2%83%e9%85%8d%e7%bd%aehttps%e8%af%81%e4%b9%a6%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/app.applebyme.cn\/cloud\/wwwinfo\/314.html","title":{"rendered":"ExpressJS \u5b89\u88c5SSL\u8bc1\u4e66,ExpressJS \u73af\u5883\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b"},"content":{"rendered":"<p><span class=\"wpcom_tag_link\"><a href=\"https:\/\/app.applebyme.cn\/shengcheng-118.html\">APP\u6253\u5305\u7f51\u5740<\/a>ExpressJS<\/span> \u5b89<a href=\"https:\/\/app.applebyme.cn\/shengcheng-95.html\">\u6e90\u4ee3\u7801\u751f\u6210app<\/a>\u88c5SSL\u8bc1\u4e66,ExpressJS \u73af\u5883\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b<\/p>\n<figure id=\"pid16992\" class=\"wp-block-table is-style-stripes\">\n<table>\n<tbody>\n<tr>\n<td>ExpressJS \u5b89\u88c5<span class=\"wpcom_tag_link\">ssl<\/span>\u9700\u8981\u5bf9\u7f16\u7801\u6709\u70b9\u57fa\u7840\uff0c\u8d2d\u4e70\u8bc1\u4e66\u540e\uff0c\u4e0b\u8f7dnginx\u683c\u5f0f\u7684\u8bc1\u4e66 \uff08\u89e3\u538b\u540e\u5305\u542b2\u4e2a\u6587\u4ef6,&nbsp;&nbsp;key \u79c1\u94a5\uff0c cert \u57df\u540d\u8bc1\u4e66+\u6839\u8bc1\u4e66\uff09<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n<pre class=\"wp-block-code\"><code> \/\/Test : curl -k https:\/\/localhost\/\n\nvar express = require('express');\nvar https = require('https');\nvar http = require('http'); \n\nconst fs = require('fs');\n\nconst options = {\n  key: fs.readFileSync('path\/yourdomain.com.key'),\n  cert: fs.readFileSync('path\/yourdomain.com.crt')\n}; \n\nvar app = express();\n\n\nhttp.createServer(app).listen(80);\nhttps.createServer(options, app).listen(443); <\/code><\/pre>\n<div class=\"entry-copyright\">\n<p>\u7f16\u8f91\uff1a\u5a1c\u5a1c\uff0c\u5982\u82e5\u8f6c\u8f7d\uff0c\u8bf7\u6ce8\u660e\u51fa\u5904\uff1ahttps:\/\/www.yimenapp.com\/kb-yimen\/4897\/<\/p>\n<p>\u90e8\u5206\u5185\u5bb9\u6765\u81ea\u7f51\u7edc\u6295\u7a3f\uff0c\u5982\u6709\u4fb5\u6743\u8054\u7cfb\u7acb\u5220<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ExpressJS \u5b89\u88c5SSL\u8bc1\u4e66,ExpressJS \u73af\u5883\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[714,711,712,713,181,696],"class_list":["post-314","post","type-post","status-publish","format-standard","hentry","category-wwwinfo","tag-expressjs","tag-nginx","tag-nginxssl","tag-nginxhttps","tag-ssl"],"_links":{"self":[{"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/posts\/314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/comments?post=314"}],"version-history":[{"count":0,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/posts\/314\/revisions"}],"wp:attachment":[{"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/media?parent=314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/categories?post=314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/tags?post=314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}