Skip to content
Snippets Groups Projects
Commit 18bcc250 authored by Chris Hines's avatar Chris Hines
Browse files

minor corrections to make the hpcicluster work

parent bc156ad1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
---
- 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
......
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