Changes between Version 1 and Version 2 of mosh-x509
- Timestamp:
- Nov 23, 2011, 2:21:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mosh-x509
v1 v2 7 7 All MOSH servers should have the following files: 8 8 9 * /etc/ssl/HOST.mayfirst.org.crt: contains both the TLS certificate and any required intermediary files (server cert first, intermediary second)10 * /etc/ssl/private/HOST.mayfirst.org.pem: contains both the key file and the TLS certificate and any required intermediary files (in that order)9 * /etc/ssl/HOST.mayfirst.org.crt: contains both the TLS certificate and any required intermediary certificates (server cert first, intermediary second) 10 * /etc/ssl/private/HOST.mayfirst.org.pem: contains both the key file and the TLS certificate and any required intermediary certificates (in that order) 11 11 12 12 If, for some reason, the MOSH server is using a common name other than HOST.mayfirst.org (e.g. secure.critpath.org is used instead of didier.mayfirst.org), then the files should be named after the common name (secure.critpath.org) and HOST.mayfirst.org should be a symlink to the actual file. This naming convention helps us easily identify what common name the certificates should be presenting.