▲ | mschuster91 7 days ago | |||||||
> The PEM format (that begins with `-----BEGIN [CERTIFICATE|CERTIFICATE REQUEST|PRIVATE KEY|X509 CRL|PUBLIC KEY]-----`) is already Base64 within the body.. the header and footer are ASCII, and shouldn't be encoded[0] (there's no link to the claim so perhaps there's another format similar to PEM?) In practice, you will spot fully b64 encoded PEMs all the time once you have Kubernetes in play... create a Secret from a file and that's what you will find. | ||||||||
▲ | CBLT 6 days ago | parent [-] | |||||||
I don't always store my Kubernetes Secrets in files, but when I do, I prefer stringData. | ||||||||
|