Skip to content

Commit fab69a3

Browse files
committed
Update how-to-update-client-certificates-java.md
1 parent 731c3ea commit fab69a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/how-to-update-client-certificates-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Custom-written Java applications use a default keystore, called *cacerts*, whic
2020
You can use following directions to update client root CA certificates for client certificate pinning scenarios with PostgreSQL Flexible Server:
2121
1. Check *cacerts* java keystore to see if it already contains required certificates. You can list certificates in Java keystore by using following command:
2222
```powershell
23-
keytool -list -v -keystore </path/to/cacerts>
23+
keytool -list -v -keystore ..\lib\security\cacerts > outputfile.txt
2424
```
25-
If necessary certificates are not present in the java key store on the client, you should proceed with following directions:
25+
If necessary certificates are not present in the java key store on the client,as can be checked in output, you should proceed with following directions:
2626

2727
1. Make a backup copy of your custom keystore.
2828
2. Download [certificates](../flexible-server/concepts-networking-ssl-tls.md#downloading-root-ca-certificates-and-updating-application-clients-in-certificate-pinning-scenarios)

0 commit comments

Comments
 (0)