{"id":504,"date":"2023-06-29T00:18:14","date_gmt":"2023-06-28T16:18:14","guid":{"rendered":"https:\/\/web.selom.xyz\/?p=504"},"modified":"2023-06-29T00:19:41","modified_gmt":"2023-06-28T16:19:41","slug":"%e4%bd%bf%e7%94%a8openssl%e7%82%balocalhost%e7%94%9f%e6%88%90ssl%e8%ad%89%e6%9b%b8","status":"publish","type":"post","link":"https:\/\/blog.sly666.xyz\/?p=504","title":{"rendered":"\u4f7f\u7528Openssl\u70balocalhost\u751f\u6210ssl\u8b49\u66f8"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>mkdir \/ssl<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/ssl<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl req -new -x509 -days 208 -key ca.key -out ca.crt<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>\u586b\u7684\u53ef\u4ee5\u968f\u4fbf<br>\u8209\u4f8b\uff1a\u4f9d\u7167\u9806\u5e8f<br>AU<br>jackooobe<br>city<br>Internet Widgits Pty Ltd<br>IT<br>server_aa<br>asd@gmail.com<\/p>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl genrsa -out server.key 2048<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p>\u8981\u5f04 openssl.cnf \u548c v3.ext<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;req]\ndistinguished_name = req_distinguished_name\nreq_extensions = v3_req\n\n&#91;req_distinguished_name]\ncountryName = Country Name (2 letter code)\ncountryName_default = AU\nstateOrProvinceName = State or Province Name (full name)\nstateOrProvinceName_default = jackooobe\nlocalityName = Locality Name (eg, city)\nlocalityName_default = city\norganizationalUnitName  = Organizational Unit Name (eg, section)\norganizationalUnitName_default  = IT\ncommonName = server_aa\ncommonName_max  = 64\n\n&#91; v3_req ]\n# Extensions to add to a certificate request\nbasicConstraints = CA:TRUE\nkeyUsage = nonRepudiation, digitalSignature, keyEncipherment\nsubjectAltName = @alt_names\n\n&#91;alt_names]\nIP.1 = 192.168.0.10\nIP.2 = \u670d\u52d9\u5668IP<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>authorityKeyIdentifier=keyid,issuer\nbasicConstraints=CA:FALSE\nkeyUsage=digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment\nsubjectAltName=@alt_names\n&#91;alt_names]\nIP.1 = 192.168.0.10\nIP.2 = \u670d\u52d9\u5668IP<\/code><\/pre>\n\n\n\n<p>openssl req -new -days 208 -key server.key -out server.csr -config openssl.cnf<\/p>\n\n\n\n<p>openssl x509 -days 208 -req -sha256 -extfile v3.ext -CA ca.crt -CAkey ca.key -CAcreateserial -in server.csr -out server.crt<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u586b\u7684\u53ef\u4ee5\u968f\u4fbf\u8209\u4f8b\uff1a\u4f9d\u7167\u9806\u5e8fAUjackooobecityInternet Widgits Pty LtdITs [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":467,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[11],"class_list":["post-504","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-linux"],"_links":{"self":[{"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=\/wp\/v2\/posts\/504","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=504"}],"version-history":[{"count":0,"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=\/wp\/v2\/posts\/504\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=\/wp\/v2\/media\/467"}],"wp:attachment":[{"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=504"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=504"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.sly666.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}