SAC:SSLCert

From OSGeo
Revision as of 21:31, 2 May 2011 by Neteler (talk | contribs) (category is helpful)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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