Skip to content

Commit b09820c

Browse files
committed
Update how-to-connect-tls-ssl.md
1 parent 6cf581e commit b09820c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/how-to-connect-tls-ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you created your flexible server with *Public access (allowed IP addresses)*,
3232
The following example shows how to connect to your server using the psql command-line interface. Use the `sslmode=verify-full` connection string setting to enforce TLS/SSL certificate verification. Pass the local certificate file path to the `sslrootcert` parameter.
3333

3434
```bash
35-
psql "sslmode=verify-full sslrootcert=c:\ssl\DigiCertGlobalRootCA.crt.pem host=mydemoserver.postgres.database.azure.com dbname=postgres user=myadmin"
35+
psql "sslmode=verify-full sslrootcert=c:\\ssl\DigiCertGlobalRootCA.crt.pem host=mydemoserver.postgres.database.azure.com dbname=postgres user=myadmin"
3636
```
3737
> [!Note]
3838
> Confirm that the value passed to *sslrootcert* matches the file path for the certificate you saved.

0 commit comments

Comments
 (0)