飞哥的海

导航

win10 配置nginx的https

1.下载 openssl 1.1 (https://slproweb.com/products/Win32OpenSSL.html)

2.openssl genrsa -des3 -out https_openssl.key 1024

3.openssl req -config "C:\Program Files\OpenSSL-Win64\bin\cnf\openssl.cnf" -new -key https_openssl.key -out https_openssl.csr

 

 

4.openssl rsa -in https_openssl.key -out https_openssl.nopws.key

5.openssl x509 -trustout -req -days 365 -in https_openssl.csr -signkey https_openssl.nopws.key -out https_openssl.crt

posted on 2021-11-18 11:07  飞哥的海  阅读(230)  评论(0编辑  收藏  举报