証明書ローテーション - CI/CD 用語集の定義
証明書ローテーションは、有効期限より前に新しい TLS 証明書を発行して古いものを退役させる運用で、期限切れ証明書による障害を防ぎ、侵害された鍵の露出を制限します。自動化(ACME、cert-manager)により短い有効期間が実用的になります。
関連ガイド
Mutual TLS - CI/CD Glossary DefinitionMutual TLS has both client and server present certificates so each proves its identity to the other, authenti…
Key Management - CI/CD Glossary DefinitionKey management is the lifecycle of cryptographic keys - generation, storage, rotation, revocation - so CI sig…
Service Account Key - CI/CD Glossary DefinitionA service account key is a long-lived credential for a non-human automation identity. Powerful and hard to ro…