added option to disable monitoring and pki
This commit is contained in:
parent
6f47d40424
commit
5846acce89
4 changed files with 11 additions and 5 deletions
|
|
@ -1,7 +1,10 @@
|
|||
{% if nginx.serverpki %}
|
||||
# certs sent to the client in SERVER HELLO are concatenated in ssl_certificate
|
||||
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
|
||||
{% endif %}
|
||||
|
||||
# verify chain of trust of OCSP response using Root CA and Intermediate certs
|
||||
ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;
|
||||
|
||||
# Diffie-Hellman parameter for DHE ciphersuites, recommended 2048 bits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue