Skip to content
Snippets Groups Projects
Commit 06c6ef6e authored by Chris Croome's avatar Chris Croome
Browse files

fixes

parent a0ecab3e
No related branches found
No related tags found
No related merge requests found
Pipeline #9823 failed
......@@ -30,8 +30,8 @@
# If both key and certificate are stored in the same file, only the
# SSLCertificateFile directive is needed.
{% if apache_cert.stat.exists %}
SSLCertificateFile {{ /etc/ssl/le/{{ inventory_hostname }}.cert.pem }}
SSLCertificateKeyFile {{ /etc/ssl/le/{{ inventory_hostname }}.key.pem }}
SSLCertificateFile /etc/ssl/le/{{ inventory_hostname }}.cert.pem
SSLCertificateKeyFile /etc/ssl/le/{{ inventory_hostname }}.key.pem
{% else %}
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment