Skip to content

Commit 9a66675

Browse files
committed
Update concepts-networking-ssl-tls.md
1 parent bb9bd47 commit 9a66675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/concepts-networking-ssl-tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Diagram above shows typical TLS 1.2 handshake sequence, consisting of following:
3737

3838
A **certificate chain** is an ordered list of certificates, containing an SSL/TLS Certificate and Certificate Authority (CA) Certificates, that enables the receiver to verify that the sender and all CA's are trustworthy. The chain or path begins with the SSL/TLS certificate, and each certificate in the chain is signed by the entity identified by the next certificate in the chain.
3939
The chain terminates with a **root CA certificate**. The **root CA certificate** is always signed by the Certificate Authority (CA) itself. The signatures of all certificates in the chain must be verified up to the root CA certificate.
40-
Any certificate that sits between the SSL/TLS certificate and the root CA certificate in the chain is called an Intermediate Certificate.
40+
Any certificate that sits between the SSL/TLS certificate and the root CA certificate in the chain is called an intermediate certificate.
4141

4242

4343
## TLS versions

0 commit comments

Comments
 (0)