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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
We currently return certificates as ASCII PEM a lot in our APIs. This may or may not be a problem, since PEM is a multi-line format – a bad fit for JSON. We could consider using DER encoding instead, transferring certificates as octets. This could perhaps also reduce transfer size.