{"id":323,"date":"2022-11-25T15:23:37","date_gmt":"2022-11-25T07:23:37","guid":{"rendered":"https:\/\/app.applebyme.cn\/cloud\/wwwinfo\/323.html"},"modified":"2022-11-25T15:23:37","modified_gmt":"2022-11-25T07:23:37","slug":"phpstudy-%e5%ae%89%e8%a3%85ssl%e8%af%81%e4%b9%a6-phpstudy%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\/323.html","title":{"rendered":"PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66 PHPStudy\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b"},"content":{"rendered":"<p><span class=\"wpcom_tag_link\">PHPStudy<\/span> \u5b89\u88c5SSL\u8bc1\u4e66<\/p>\n<p><strong>PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66<\/strong><br \/>1.\u4e0b\u8f7dSSL\u8bc1\u4e66\u5e76\u4e0a\u4f20\u5230\u670d\u52a1\u5668<br \/>\u9009\u62e9 [Apache] , \u70b9\u51fb[\u4e0b\u8f7dSSL\u8bc1\u4e66]<\/p>\n<pre class=\"wp-block-code\"><code>yourdomain.com.crt     (\u670d\u52a1\u5668\u8bc1\u4e66)\nyourdomain.com.key     (\u79c1\u94a5\u6587\u4ef6\uff09\u5982\u679c\u4e3a\u7a7a\u8bf7\u5c06\u751f\u6210CSR\u65f6\u4fdd\u5b58\u7684\u79c1\u94a5\u5185\u5bb9\u7c98\u8d34\u5728\u6587\u4ef6\u4e2d\nca-bundle.crt          (\u6839\u8bc1\u4e66\u94fe\uff09<\/code><\/pre>\n<p>2. \u5148\u6253\u5f00PHPStudy \u7684\u7ba1\u7406\u7a97\u53e3, \u70b9\u51fb&nbsp;\u5176\u4ed6\u9009\u9879&nbsp;,&nbsp;\u6253\u5f00\u914d\u7f6e\u6587\u4ef6&nbsp;,&nbsp;&nbsp;vhosts-conf<br \/><img decoding=\"async\" alt=\"PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66 PHPStudy\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b\" src=\"https:\/\/kb.cdn.yimenapp.com\/yimen\/2022\/05\/20220531042537906.png\" width=\"594\"><img decoding=\"async\" class=\"j-lazy\" alt=\"PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66 PHPStudy\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b\" src=\"https:\/\/www.yimenapp.com\/kb-yimen\/wp-content\/themes\/justnews\/themer\/assets\/images\/lazy.png\" data-original=\"https:\/\/kb.cdn.yimenapp.com\/yimen\/2022\/05\/20220531042537906.png\" width=\"594\"><\/p>\n<p>3.&nbsp;\u590d\u5236\u8be5\u7ad9\u70b9\u7684\u914d\u7f6e\u5185\u5bb9.<br \/><img decoding=\"async\" alt=\"PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66 PHPStudy\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b\" src=\"https:\/\/kb.cdn.yimenapp.com\/yimen\/2022\/05\/20220531042538698.png\" width=\"592\"><img decoding=\"async\" class=\"j-lazy\" alt=\"PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66 PHPStudy\u914d\u7f6ehttps\u8bc1\u4e66\u6559\u7a0b\" src=\"https:\/\/www.yimenapp.com\/kb-yimen\/wp-content\/themes\/justnews\/themer\/assets\/images\/lazy.png\" data-original=\"https:\/\/kb.cdn.yimenapp.com\/yimen\/2022\/05\/20220531042538698.png\" width=\"592\"><\/p>\n<p>4. \u5efa\u8bae\u5c06\u914d\u7f6e\u653e\u5728httpd.conf\u6587\u4ef6\u91cc\u9762\uff0c vhosts.conf \u6dfb\u52a0\u7ad9\u70b9\u914d\u7f6e\u6587\u4ef6\u4f1a\u91cd\u5199\uff0c\u5bfc\u81f4\u914d\u7f6e\u4e22\u5931\u3002<\/p>\n<pre class=\"wp-block-code\"><code> &lt;VirtualHost *:80&gt;\n    DocumentRoot \"D:phpStudyWWW\"\n    ServerName demo.getssl.cn\n    ServerAlias \n  &lt;Directory \"D:phpStudyWWW\"&gt;\n      Options FollowSymLinks ExecCGI\n      AllowOverride All\n      Order allow,deny\n      Allow from all\n      Require all <a href=\"https:\/\/app.applebyme.cn\/shengcheng-61.html\">\u81ea\u52a8\u751f\u6210app\u7684\u8f6f\u4ef6<\/a>granted\n  &lt;\/Directory&gt;\n&lt;\/VirtualHost&gt;\n\n#\u5efa\u8bae\u5c06\u4e0b\u9762SSL\u914d\u7f6e \u653e\u5728 httpd.conf\u6587\u4ef6\u4e2d\nListen 443\n&lt;VirtualHost *:443&gt;\n    DocumentRoot \"D:phpStudyWWW\"\n    ServerName demo.getssl.cn\n    ServerAlias \n    SSLEngine on\n    SSLProtocol all -SSLv2 -SSLv3\n    SSLCertificateFile d:\/ssl\/yourdomain.com.crt \n    SSLCertificateKeyFile d:\/ssl\/yourdomain.com.key \n    SSLCertificateChainFile d:\/ssl\/ca-bundle.crt\n  &lt;Directory \"D:phpStudyWWW\"&gt;\n      Options FollowSymLinks ExecCGI\n      Al<a href=\"https:\/\/app.applebyme.cn\/shengcheng-28.html\">app\u4e00\u952e\u751f\u6210\u5668<\/a>lowOverride All\n      Order allow,deny\n      Allow from all\n      Require all granted\n  &lt;\/Directory&gt;\n&lt;\/VirtualHost&gt;<\/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\/4926\/<\/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>PHPStudy \u5b89\u88c5SSL\u8bc1\u4e66,\u5148\u6253\u5f00PHPStudy \u7684\u7ba1\u7406\u7a97\u53e3, \u70b9\u51fb\u00a0\u5176\u4ed6\u9009\u9879\u00a0,\u00a0\u6253\u5f00\u914d\u7f6e\u6587\u4ef6\u00a0,\u00a0\u00a0vhosts-conf<\/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":[734,735,736,181,696],"class_list":["post-323","post","type-post","status-publish","format-standard","hentry","category-wwwinfo","tag-phpstudy","tag-phpstudyssl","tag-phpstudyhttps","tag-ssl"],"_links":{"self":[{"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/posts\/323","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=323"}],"version-history":[{"count":0,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/posts\/323\/revisions"}],"wp:attachment":[{"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/media?parent=323"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/categories?post=323"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app.applebyme.cn\/cloud\/wp-json\/wp\/v2\/tags?post=323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}