Categories:
DH Keys (39)
DSA Keys (70)
EC Keys (345)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1953)
Revoked Certificates (30)
Root CA (87)
RSA Keys (1902)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Microsoft "certutil -encode..." - Converte PEM file to DER
How to convert a certificate file in PEM (Privacy Enhanced Mail) format to DER (Distinguished Encoding Rules) format?
✍: FYIcenter.com
If you want to convert a certificate from PEM format to DER format, you can use the Microsoft "certutil -decode input_file output_file" command as shown in this tutorial:
C:\fyicenter>\windows\system32\certutil -decode FYIcenter.pem FYIcenter.der Input Length = 788 Output Length = 530 CertUtil: -decode command completed successfully.
Locate the output file "FYIcenter.der" with Windows Explorer and double-click on the file name.
You will see the certificate is opened in a new window:
2013-04-25, 12507👍, 0💬
Popular Posts:
Why I am getting the "variable lookup failed for ca::policy" error when running OpenSSL "ca" command...
Why I am getting the "variable lookup failed for ca::default_ca" error when running OpenSSL "ca" com...
How to view a certificate from a certificate store with Microsoft "certutil" tool? If you want to vi...
Certificate summary - Owner: YandexExternalCA, Dld, Dyandex, Dru Issuer: GTE CyberTrust Global Root,...
How to delete a root CA (Certificate Authority) certificate from IE? I don't know this CA and don't ...