2022年6月
我亦无他,唯手熟尔。创建httpd/nginx的https自签名证书
# httpd/nginx openssl genrsa -out server.crt 4096 openssl req -new -sha512 -x509 -days 3650 -key server.crt -out server.key -subj "/C=CN/ST=Gu...
# httpd/nginx openssl genrsa -out server.crt 4096 openssl req -new -sha512 -x509 -days 3650 -key server.crt -out server.key -subj "/C=CN/ST=Gu...