TLS Handshake - CI/CD用語集の定義
TLSハンドシェイクは、TCP接続後に暗号スイートを合意しセッション鍵を確立してトラフィックを暗号化するネゴシエーションです。ラウンドトリップが加わりますが、セッション再開やTLS 1.3がそれを削減します。
関連ガイド
TCP Handshake - CI/CD Glossary DefinitionA TCP handshake is the three-step SYN, SYN-ACK, ACK exchange that opens a reliable connection before any data…
Mutual TLS - CI/CD Glossary DefinitionMutual TLS has both client and server present certificates so each proves its identity to the other, authenti…
Certificate Rotation - CI/CD Glossary DefinitionCertificate rotation replaces TLS certificates before they expire, so services keep trusting each other and a…