Difference between revisions of "SAC:SSLCert"
Jump to navigation
Jump to search
m (Created page with '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 SSLCer…') |
(category is helpful) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
SSLCertificateKeyFile /etc/ssl/private/osgeo.key | SSLCertificateKeyFile /etc/ssl/private/osgeo.key | ||
SSLCACertificateFile /etc/ssl/certs/COMODOHigh-AssuranceSecureServerCA.crt | 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 | ||
+ | |||
+ | [[Category:Infrastructure]] |
Latest revision as of 20:31, 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