Crypto Keys
GPG Key (Primary)
Created: April 5, 2022
Used for email encryption and code signing. Backed up in HSM vault.
SSH Key
Created: July 12, 2023
Used for secure server access and CI/CD pipelines. Rotated monthly per security policy.
API Token
Created: December 18, 2024
Used for authenticating microservices and cloud APIs with HMAC signatures.
Crypto Policies
🔐
Key Rotation
All keys are rotated monthly using hardware security modules. SSH keys are rotated weekly in active environments.
🧠
Usage Limits
All PGP keys require multi-factor authentication for use. API tokens require daily usage below 85% threshold.
🛡️
Storage
Private keys are stored in FIPS 140-2 Level 3 certified HSMs. Backup keys require multi-party computation for recovery.