Valid PEM
- BEGIN/END markers present; base64 decodes -> Valid
security validator
Validate PEM-encoded X.509 certificates for correct armor and base64 content—client-side.
Requires BEGIN/END CERTIFICATE markers.
Validates base64 payload decodes successfully.
Runs fully client-side; nothing is uploaded.
PEM certificate
Paste the public certificate with BEGIN/END CERTIFICATE markers. Do not paste private keys.
This PEM certificate validator checks BEGIN/END markers and base64 decoding entirely in your browser.
Use it to sanity-check public certs before adding them to TLS configs; do not paste private keys.
All validation happens in your browser. No data is sent, logged, or stored.
Format validation only; does not verify trust, expiry, or chain correctness.