Commit 088a29f5 by 泽锋 李

修改证书配置

parent 21f94da8
......@@ -262,8 +262,8 @@ http {
listen 443 ssl;
server_name webhook.bailuntec.com;
root /ssl/webhook/;
ssl_certificate server.crt;
ssl_certificate_key server.key;
ssl_certificate 3336670_webhook.bailuntec.com.pem;
ssl_certificate_key 3336670_webhook.bailuntec.com.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!eNULL;
ssl_prefer_server_ciphers on;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment