Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Convert CRT/DER to PEM #36

Closed
the-hotmann opened this issue Oct 14, 2022 · 1 comment
Closed

Convert CRT/DER to PEM #36

the-hotmann opened this issue Oct 14, 2022 · 1 comment

Comments

@the-hotmann
Copy link

the-hotmann commented Oct 14, 2022

Is there a way to convert CRT/DER formatted certificates to normal PEM ones?
Just like you would do with openssl:

openssl x509 -inform der -in input.cer -out output.pem

Thanks in advance!

@the-hotmann the-hotmann changed the title Convert DER to PEM Convert CRT/DER to PEM Oct 14, 2022
@MarcoPolo
Copy link

This is a thin (and incomplete) wrapper around the OpenSSL Library. Take a look there for how to use the library: https://www.openssl.org/docs/manpages.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants