Skip to content

Commit c98416a

Browse files
committed
Update concepts-networking-ssl-tls.md
1 parent c1be0dd commit c98416a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ There are many connection parameters for configuring the client for SSL. Few imp
8282
|prefer | Encryption is used if server settings allow for it|
8383
|require | Encryption is used. This ensures that the server is configured to accept SSL connections for this Host/IP address and that the server recognizes the client certificate.|
8484
|verify-ca| Encryption is used. Moreover, verify the server certificate signature against certificate stored on the client|
85-
|verify-full| Encryption will be used. Moreover, verify server certificate signature and host name / IP Address against certificate stored on the client|
85+
|verify-full| Encryption will be used. Moreover, verify server certificate signature and host name against certificate stored on the client|
86+
8687
3. **sslcert**, **sslkey** and **sslrootcert**. These parameters can override default location of the client certificate, the PKCS-8 client key and root certificate. These defaults to /defaultdir/postgresql.crt, /defaultdir/postgresql.pk8, and /defaultdir/root.crt respectively where defaultdir is ${user.home}/.postgresql/ in *nix systems and %appdata%/postgresql/ on windows.
8788

8889
> [!NOTE]

0 commit comments

Comments
 (0)