Revision 8289
Added by ben leinfelder about 11 years ago
metacat-site-ssl | ||
---|---|---|
36 | 36 |
# SSLCertificateFile directive is needed. |
37 | 37 |
SSLCertificateFile /etc/ssl/certs/<your_cert_name>.crt |
38 | 38 |
SSLCertificateKeyFile /etc/ssl/private/<your_cert_name>.key |
39 |
SSLCertificateChainFile /etc/ssl/certs/<CA chain file>.crt |
|
39 | 40 |
|
40 | 41 |
# Certificate Authority (CA): |
41 | 42 |
# Set the CA certificate verification path where to find CA |
Also available in: Unified diff
add sample SSLCertificateChainFile directive to DataONE section.