Difference between revisions of "Openssl x509"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
Convert from .cer to .pem
 
Convert from .cer to .pem
 
  openssl x509 -inform der -in myCert.cer -out certificate.pem
 
  openssl x509 -inform der -in myCert.cer -out certificate.pem
 +
 +
 +
[[openssl x509  -noout -text -in]]
  
 
== Related commands ==
 
== Related commands ==

Revision as of 10:17, 3 December 2022

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

Convert from .cer to .pem

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


openssl x509  -noout -text -in 

Related commands

See also

Advertising: