updated ssl
This commit is contained in:
parent
9a458cb378
commit
fb90bb6cad
2 changed files with 6 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
ssl_certificate /etc/ssl/{{ inventory_hostname }}.crt;
|
||||
ssl_certificate_key /etc/ssl/private/{{ inventory_hostname }}.key;
|
||||
## verify chain of trust of OCSP response using Root CA and Intermediate certs
|
||||
ssl_trusted_certificate /etc/ssl/{{ inventory_hostname }}.crt;
|
||||
ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
|
||||
|
||||
# Diffie-Hellman parameter for DHE ciphersuites, recommended 2048 bits
|
||||
ssl_dhparam /etc/ssl/dhparams.pem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue