提交 474383fa 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

Update SSL Make CMD

上级 330e4ec5
......@@ -4,4 +4,8 @@ openssl req -new -x509 -key ca_privkey.pem -out ca_cert.pem -days 16384
openssl genrsa -out svr_privkey.pem 4096
openssl req -new -key svr_privkey.pem -out svr_cert.csr
openssl ca -keyfile ca_privkey.pem -outdir . -in svr_cert.csr -out svr_cert.pem -cert ca_cert.pem -days 7200
\ No newline at end of file
openssl ca -keyfile ca_privkey.pem -outdir . -in svr_cert.csr -out svr_cert.pem -cert ca_cert.pem -days 7200
openssl pkcs12 -export -out iiscert.pfx -inkey svr_privkey.pem -in svr_cert.pem
openssl pkcs12 -export -out ca_cert.pfx -in ca_cert.pem
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册