Skip to content
Snippets Groups Projects
Commit 4b5c3a17 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Uncomment out the ca certs

parent a95f2f0d
No related branches found
No related tags found
No related merge requests found
...@@ -59,12 +59,13 @@ ...@@ -59,12 +59,13 @@
# Note: Inside SSLCACertificatePath you need hash symlinks # Note: Inside SSLCACertificatePath you need hash symlinks
# to point to the certificate files. Use the provided # to point to the certificate files. Use the provided
# Makefile to update the hash symlinks after changes. # Makefile to update the hash symlinks after changes.
# {% if x509_cert_path is defined %} {% if ldapCaCertFile is defined and ldapCaCertSrc is defined %}
# SSLCACertificatePath {{ x509_cert_path }} SSLCACertificatePath {{ ldapCaCertSrc }}
# {% else %} SSLCACertificateFile {{ ldapCaCertSrc }}/{{ ldapCaCertFile }}
# SSLCACertificatePath /etc/ssl/certs/ {% else %}
# {% endif %} SSLCACertificatePath /etc/ssl/certs/
# SSLCACertificateFile {{ x509_cacert_file }} SSLCACertificateFile {{ x509_cacert_file }}
{% endif %}
# Certificate Revocation Lists (CRL): # Certificate Revocation Lists (CRL):
# Set the CA revocation path where to find CA CRLs for client # Set the CA revocation path where to find CA CRLs for client
......
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