Difference between revisions of "Openssl x509"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
== Activities ==
 
== Activities ==
 
* [[How to check certification expiration date from command line]]
 
* [[How to check certification expiration date from command line]]
 
  
 
== Related commands ==
 
== Related commands ==

Revision as of 09:40, 6 December 2023

openssl x509 -inform der -noout -text -in /path/to/cerfile.cer 
openssl x509 -inform pem -noout -text -in /path/to/cerfile.cer 

Convert from .cer to .pem

openssl x509 -inform der -in myCert.cer -out certificate.pem

Activities

Related commands

file your_cert.pem
your_cert.cert: PEM certificate

See also

Advertising: