Task #7229
non-standard server certificate locations
Start date:
2015-06-24
Due date:
% Done:
0%
Story Points:
Sprint:
Description
It looks iike GMN uses non-standard certificate locations for server certs.
Maintenance would be easier if the standards locations were used, unless there is some other reason to not do so.
Server certificate should be installed in /etc/ssl/certs
Server certificate key should be installed in /etc/ssl/private
Server certificate chain cert should be in /etc/ssl/certs
e.g. for the dataone test wild card serve cert:
SSLCertificateFile /etc/ssl/certs/.test.dataone.org.crt
SSLCertificateKeyFile /etc/ssl/private/.test.dataone.org.key
SSLCertificateChainFile /etc/ssl/certs/geotrust_intermediate.crt
History
#1 Updated by Roger Dahl over 8 years ago
- Assignee changed from Mark Flynn to Roger Dahl