OpenSSL: Difference between revisions

From Utopia
Jump to navigation Jump to search
(Created page with "You can test your pem certificate with openssl x509 -in mailcert.pem -inform pem -noout -text If it displays the contents of your certificate without asking for a password, it should be OK.")
 
(No difference)

Latest revision as of 09:43, 10 January 2024

You can test your pem certificate with

openssl x509 -in mailcert.pem -inform pem -noout -text

If it displays the contents of your certificate without asking

for a password, it should be OK.