فهرست منبع

Fix domain SSL snippets for Apache2

Emmanuel Bouthenot 9 سال پیش
والد
کامیت
f44da66f33
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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