Create a unified cert from the quay-staging cert.
This commit is contained in:
parent
41fb93de5c
commit
00bc4946cf
3 changed files with 114 additions and 1 deletions
|
@ -37,7 +37,7 @@ http {
|
|||
keepalive_timeout 5;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate ./certs/unified.cert;
|
||||
ssl_certificate ./certs/quay-unified.cert;
|
||||
ssl_certificate_key ./certs/quay.key;
|
||||
ssl_session_timeout 5m;
|
||||
ssl_protocols SSLv3 TLSv1;
|
||||
|
|
Reference in a new issue