Digital Certificate Decoder
The API endpoint processes a base64-encoded X.509 certificate supplied in a JSON payload. It extracts and returns essential details about the certificate, including: - fingerprint: The SHA-256 fingerprint of the certificate. - is_self_signed: A boolean indicating if the certificate is self-signed. - key_algo: The algorithm used for the public key. - pub_key_hash: The SHA-256 hash of the public…
Digital Certificate Decoder endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Get informations from digital certificate /api/certificate/ |
This endpoint will extract information from your certificate |
Digital Certificate Decoder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 1000 / hour |
|
| ULTRA | $75 / month | — |
|
| MEGA | $250 / month | — |
|