diff --git a/roles/apache2/templates/default-ssl.j2 b/roles/apache2/templates/default-ssl.j2 index bb54ff7fada4c956e51f50ce70677a4b00e5d070..8652aed013edc66fa2f047db52712e273fd965c0 100644 --- a/roles/apache2/templates/default-ssl.j2 +++ b/roles/apache2/templates/default-ssl.j2 @@ -51,7 +51,7 @@ # certificate chain for the server certificate. Alternatively # when the CA certificates are directly appended to the server # certificate for convinience. - # SSLCertificateChainFile {{ x509_cert_chain }} + # SSLCertificateChainFile # Certificate Authority (CA): # Set the CA certificate verification path where to find CA diff --git a/roles/karaage3.1.17/tasks/main.yml b/roles/karaage3.1.17/tasks/main.yml index d5b6fb5fc3adec6b4a4aca2265291b6597092590..d8657d099b129c88e7ee30713d2bfeddb602ec26 100644 --- a/roles/karaage3.1.17/tasks/main.yml +++ b/roles/karaage3.1.17/tasks/main.yml @@ -1,7 +1,7 @@ --- - name: "Copying the ldap ca cert file" - template: src="files/{{ ldap_TLSCARoot }}" dest="{{ apache_config }}/ssl/certs/ldap_ca.cert.pem" mode=0644 + template: src="files/{{ ldap_TLSCARoot }}" dest="/etc/apache2/ssl/certs/ldap_ca.cert.pem" mode=0644 sudo: true when: apache_cert_file is defined