Microsoft "certutil -encode..." - Converte PEM file to DER

Q

How to convert a certificate file in PEM (Privacy Enhanced Mail) format to DER (Distinguished Encoding Rules) format?

✍: FYIcenter.com

A

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:

Microsoft certutil - View Certificate in DER Format
Microsoft certutil - View Certificate in DER Format

 

Microsoft "certutil -hashfile..." - Certificate Hash Value

Microsoft "certutil -encode..." - Converte DER file to PEM

Other Microsoft "certutil" Commands

⇑⇑ Microsoft "certutil" - Certificate Management Tool

2013-04-25, 21136🔥, 0💬