ToolypetMCP
advanced4 minutescross hub

Certificate & Key Audit

Decode SSL certificate, generate new RSA keys, and create SSH keys for a complete cryptographic audit.

certificatersasshauditcryptography

Cuándo usar esta receta

Quarterly cryptographic audit workflow for DevOps teams. Review certificate expiry, rotate server keys, and ensure all cryptographic material meets current standards.

Pasos

1

Certificate Decoder

Probar esta herramienta

Audit current certificate

Indicación:Decode the SSL certificate to check issuer, validity dates, key size, and signature algorithm
2

Prepare new RSA keys

Indicación:Generate a 4096-bit RSA key pair for certificate signing request (CSR)
3

Create deployment SSH keys

Indicación:Generate Ed25519 SSH key pair for server deployment access
4

Create key fingerprints

Indicación:Generate SHA-256 fingerprint of the public keys for verification

Preguntas frecuentes

How do I know if my certificate is about to expire?

Check the 'Not After' date in the decoded certificate. Set alerts for 30 days before expiry. Let's Encrypt certs expire every 90 days.

RSA 4096 vs Ed25519 — when to use each?

RSA 4096 for SSL/TLS certificates (wider compatibility). Ed25519 for SSH keys (faster, smaller, equally secure). Ed25519 is not yet widely supported for TLS.

Recetas relacionadas