Skip to content
Snippets Groups Projects
Commit 8cad52b0 authored by jurgenhaas's avatar jurgenhaas
Browse files

Centralize SSL settings in apache role

parent e1936fa1
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,7 @@
CustomLog {{ apacheLogDir }}/{{ youtrack.domain }}-access.log combined env=!forwarded
CustomLog {{ apacheLogDir }}/{{ youtrack.domain }}-access.log proxy env=forwarded
SSLEngine on
Include /etc/letsencrypt/options-ssl-apache.conf
Include /etc/apache2/{{ apache_conf_dir }}/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/{{ youtrack.domain }}/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/{{ youtrack.domain }}/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/{{ youtrack.domain }}/chain.pem
......
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