Changes between Version 15 and Version 16 of faq/security/get-certificate
- Timestamp:
- Aug 15, 2014, 1:58:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/security/get-certificate
v15 v16 61 61 == After Receiving Your Certificate You Can Test It == 62 62 63 If you want to read the content of the certificate: 64 65 {{{ 66 openssl x509 -in domain.crt -noout -text -purpose | less 67 }}} 68 63 69 If you want to test to ensure that your certificate is valid (after receiving it from a certificate authority) and works with your key file, you can run this command: 64 70