Turn a Base64 encoded certificate string into a proper .crt PEM certificate. Everything runs in your browser.
This tool accepts either the raw Base64 body of a certificate (the DER bytes) or the Base64 of an entire PEM file (headers included, as stored in Kubernetes TLS secrets). It auto-detects the format and rebuilds a valid .crt certificate with correct -----BEGIN CERTIFICATE----- headers and 64-character line wrapping.
Convert and package keys for SSH, TLS, and keystore workflows.