Categories:
DH Keys (39)
DSA Keys (71)
EC Keys (284)
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 (1790)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2041)
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, 12130👍, 0💬
Popular Posts:
Can I build an RSA public key from an OpenSSL configuration file? Yes, you can build an RSA public k...
What options are supported by the "keytool -printcert" command? Java Keytool can be used to printout...
Certificate Summary: Subject: Entrust.net Certification Authority (2048) Issuer: Entrust.net Certifi...
Certificate Summary: Subject: Entrust Certification Authority - L1M Issuer: Entrust Root Certificati...
What is the usage of certificates? Can certificates be used for authentication, privacy protection, ...