Frequently Asked Question

Conversie .crt naar .pem bestand
Last Updated 6 years ago

Gebruik de Openssl Cryptography and SSL/TLS Toolkit.

Deze is te downloaden via Openssl.org

Voer onderstaande commando's uit om een .crt bestand te converteren naar een .pem bestand:

openssl x509 -in input.crt -out input.der -outform DER
openssl x509 -in input.der -inform DER -out output.pem -outform PEM


Je hebt nu het bestand in een .pem formaat.

Please Wait!

Please wait... it will take a second!