Initial commit
This commit is contained in:
commit
06e6de1680
21 changed files with 646 additions and 0 deletions
8
templates/ssl_files.j2
Normal file
8
templates/ssl_files.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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
|
||||
ssl_trusted_certificate /etc/ssl/{{ inventory_hostname }}.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