服务器证书配置

证书 ./certbot-auto certonly –preferred-challenges dns –server https://acme-v02.api.letsencrypt.org/directory –agree-tos –manual -d ‘*.csorz.com’ /etc/letsencrypt/live/csorz.com-0001/fullchain.pem /etc/letsencrypt/live/csorz.com-0001/privkey.pem nginx ssl_certificate /etc/letsencrypt/live/csorz.com-0001/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/csorz.com-0001/privkey.pem; ssl_session_timeout 5m; ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; apache httpd mark


服务器证书配置
http://example.com/2018-06-14 服务器证书配置/
作者
csorz
发布于
2018年6月14日
许可协议