You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISTM PEM is a more useful format than DER once we actually have the certificate. I believe every service I know of expects to read in certificates as PEM … ?
According to the spec:
The default format of the certificate is DER (application/pkix-cert). The client may request other formats by including an Accept header in its request.
This is a great question. I missed that part of the spec. I'll play around with boulder and see what it can do. Otherwise, my thought was to always return one form or another and use the der2pem or vice versa to convert if you want the other.
ISTM PEM is a more useful format than DER once we actually have the certificate. I believe every service I know of expects to read in certificates as PEM … ?
According to the spec:
Per:
https://pki-tutorial.readthedocs.org/en/latest/mime.html
… the MIME type for a PEM cert is either “x-x509-user-cert” or “x-pem-file”
The text was updated successfully, but these errors were encountered: