相互 TLS - CI/CD 用語集の定義
相互 TLS は通常の TLS を拡張し、クライアントも証明書を提示することで、両方のピアが暗号的に自分が誰であるかを証明します。共有パスワードなしで、CI エージェントが内部サービスと通信する場合を含むマシン間の呼び出しを保護します。
関連ガイド
TLS Handshake - CI/CD Glossary DefinitionA TLS handshake negotiates the cipher and exchanges keys to secure a connection after TCP connects, adding ro…
Certificate Rotation - CI/CD Glossary DefinitionCertificate rotation replaces TLS certificates before they expire, so services keep trusting each other and a…
Key Management - CI/CD Glossary DefinitionKey management is the lifecycle of cryptographic keys - generation, storage, rotation, revocation - so CI sig…