Difference between revisions of "SAC:SSLCert"

From OSGeo
Jump to navigation Jump to search
(LDAP)
Line 5: Line 5:
 
   SSLCACertificateFile /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt
 
   SSLCACertificateFile /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt
  
For LDAP authentication put the folloging into '/etc/ldap/ldap.conf':
+
For LDAP authentication put the following into '/etc/ldap/ldap.conf':
  
 
   TLS_CACERT /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt
 
   TLS_CACERT /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt

Revision as of 15:47, 2 May 2011

On most VMs we run the following configuration for using SSL certificates with Apache and its vhost config files:

 SSLCertificateFile /etc/ssl/certs/STAR_osgeo_org.crt
 SSLCertificateKeyFile /etc/ssl/private/osgeo.key
 SSLCACertificateFile /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt

For LDAP authentication put the following into '/etc/ldap/ldap.conf':

 TLS_CACERT /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt