Skip to content

PEM Parser

The PEM parser allows to view the contents of a certificate, certificate signing requests (CSR) and a PKCS7 store. If OpenSSL is installed on the end device, PKCS12 is also supported.

The content to be parsed must be in PEM format and must contain a valid header if necessary.

There are the following possibilities to insert the PEM string into the text field:

  • Copy/Paste the string
  • File import
  • Drag and Drop of a file (only for desktop)

Supported are :

  • X509 certificates in PEM format
  • Certificate Signing Request in PEM format
  • PKCS7 in PEM format
  • PKCS12 in PEM format
  • RSA Private Key in PEM format
  • RSA Public Key in PEM format
  • EC Private Key in PEM format ( SEC 1 format [RFC 5915] and PKCS8 format [RFC 5208])
  • EC Public Key in PEM format

If the input contains a Certificate Signing Request or an X509 certificate, the signature is also checked for validity.