ToolypetMCP
advanced4 minutescross hub

Certificate & Key Audit

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

certificatersasshauditcryptography

何时使用此配方

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

步骤

1

Certificate Decoder

试用此工具

Audit current certificate

提示词:Decode the SSL certificate to check issuer, validity dates, key size, and signature algorithm
2

RSA Key Generator

试用此工具

Prepare new RSA keys

提示词:Generate a 4096-bit RSA key pair for certificate signing request (CSR)
3

SSH Key Generator

试用此工具

Create deployment SSH keys

提示词:Generate Ed25519 SSH key pair for server deployment access
4

Hash Calculator

试用此工具

Create key fingerprints

提示词:Generate SHA-256 fingerprint of the public keys for verification

常见问题

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.

相关配方