[nginx] Use SAN certificates
Use SAN certificates from k8s LE controller 1.3
This commit is contained in:
parent
a02148d832
commit
e514f9ecff
4 changed files with 6 additions and 20 deletions
|
|
@ -38,8 +38,8 @@ http {
|
|||
access_log /var/log/nginx/access.log logstash;
|
||||
|
||||
# Default tazj.in config (certs need to be overriden for other stuff, like oslo.pub)
|
||||
ssl_certificate /etc/nginx/ssl/www.tazj.in/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/www.tazj.in/key.pem;
|
||||
ssl_certificate /etc/nginx/ssl/tazj.in/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/tazj.in/key.pem;
|
||||
|
||||
# HSTS (ngx_http_headers_module is required) (15768000 seconds = 6 months)
|
||||
add_header Strict-Transport-Security max-age=15768000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue