diff --git a/nginx.conf b/nginx.conf index 17349d796..ed4f1a279 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,8 +39,8 @@ http { keepalive_timeout 5; ssl on; - ssl_certificate ./certs/quay-unified.cert; - ssl_certificate_key ./certs/quay.key; + ssl_certificate ./certs/quay-staging-unified.cert; + ssl_certificate_key ./certs/quay-staging.key; ssl_session_timeout 5m; ssl_protocols SSLv3 TLSv1; ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP;