-
|
Hi there, The CLI + Docker solution works great, and I'm getting certificates loaded directly to my Synology NAS! I'd like to be able to extract the certificate, private key, and issuer certificate into their own PEM files so I can use them with other applications, and so I'm trying to build some automation that will do that for me. My question is - what's the format of the cert/private key/issuer cert data that's serialized into the .json file on disk? |
Beta Was this translation helpful? Give feedback.
Answered by
glarizza
May 15, 2023
Replies: 1 comment
-
|
To answer my own question: they're base64 encoded PEM files |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
glarizza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To answer my own question: they're base64 encoded PEM files