Selaa lähdekoodia

Fix domain SSL snippets for Apache2

Emmanuel Bouthenot 9 vuotta sitten
vanhempi
commit
f44da66f33
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      roles/webserver/templates/apache2/vhost_ssl.j2

+ 2 - 2
roles/webserver/templates/apache2/vhost_ssl.j2

@@ -1,4 +1,4 @@
 SSLEngine On
 SSLCertificateFile /etc/ssl/{{ item }}/{{ item }}.crt
-SSLCertificateKeyFile /etc/ssl/{{ item }}/{{ item }}.key;
-SSLCertificateChainFile /etc/ssl/{{ item }}/bundle.crt;
+SSLCertificateKeyFile /etc/ssl/{{ item }}/{{ item }}.key
+SSLCertificateChainFile /etc/ssl/{{ item }}/bundle.crt