Answer the question
In order to leave comments, you need to log in
How to unpack a .cer file?
Please tag me!
My question is how to open a certificate (file with .cer extension)? How to change its author/year etc?
Answer the question
In order to leave comments, you need to log in
How to change its author/year etc?
how to open a certificate (file with .cer extension)?
openssl x509 -inform pem -in cerfile.cer -noout -text
# или, в зависимости от формата
openssl x509 -inform der -in cerfile.cer -noout -text
How to change its author/year etc?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question