Tool Help

What this certificate tool does
Paste one or more PEM-encoded X.509 certificates and this tool will:
- Detect certificate, private key, and CSR blocks.
- Decode the first certificate to DER and parse core X.509 fields.
- Compute SHA-256 and SHA-1 fingerprints (OpenSSL style).
Healthcare / HIE context
- TLS certificates for FHIR and HL7 APIs.
- Mutual TLS between HIE gateways, EMRs, and integration engines.
- Debugging cert chains when connecting to XDS / IHE registries, portals, and vendor APIs.
Fingerprints are often used when:
- Pinning a certificate in config.
- Verifying that a cert on disk matches what an endpoint is presenting.
- Sharing "this exact cert" info with a vendor or security team.
This is a read-only inspection tool. It does not generate keys, create CSRs, or perform any cryptographic operations beyond hashing.

