Skip to content

Commit 4b42dbd

Browse files
committed
Acrolinx
1 parent 5da7df5 commit 4b42dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/concepts-ssl-connection-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In some cases, applications require a local certificate file generated from a tr
5454

5555
The following example shows how to connect to your PostgreSQL server using the psql command-line utility. Use the `sslmode=verify-full` connection string setting to enforce SSL certificate verification. Pass the local certificate file path to the `sslrootcert` parameter.
5656

57-
The following is an example of the psql connection string:
57+
The following command is an example of the psql connection string:
5858

5959
```console
6060
psql "sslmode=verify-full sslrootcert=BaltimoreCyberTrustRoot.crt host=mydemoserver.postgres.database.azure.com dbname=postgres user=myusern@mydemoserver"

0 commit comments

Comments
 (0)