Skip to content

Commit dba57b6

Browse files
committed
Update how-to-update-client-certificates-java.md
1 parent b953a51 commit dba57b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Updating Client SSL/TLS Certificates for Java
3-
description: Learn about updating Java clients with Flexible Server using SSL and TLS.
3+
description: Learn about updating Java clients with Flexible Server using TLS.
44
author: GennadNY
55
ms.author: gennadyk
66
ms.reviewer: maghan
@@ -23,7 +23,7 @@ You can use following directions to update client root CA certificates for clien
2323
```powershell
2424
keytool -list -v -keystore ..\lib\security\cacerts > outputfile.txt
2525
```
26-
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:
26+
If necessary certificates aren't present in the java key store on the client, as can be checked in output, you should proceed with following directions:
2727

2828
1. Make a backup copy of your custom keystore.
2929
2. Download [certificates](../flexible-server/concepts-networking-ssl-tls.md#downloading-root-ca-certificates-and-updating-application-clients-in-certificate-pinning-scenarios) and save these locally where you can reference these.
@@ -88,7 +88,7 @@ public void whenLoadingCacertsKeyStore_thenCertificatesArePresent() {
8888

8989
For Azure App services, connecting to Azure Database for PostgreSQL, we can have two possible scenarios on updating client certificates and it depends on how on you're using SSL with your application deployed to Azure App Services.
9090

91-
* Usually new certificates are added to App Service at platform level prior to changes in Azure Database for PostgreSQL - Flexible Server. If you're using the SSL certificates included on App Service platform in your application, then no action is needed. Consult following [Azure App Service documentation](../../app-service/configure-ssl-certificate.md) for more information.
91+
* New certificates are added to App Service at platform level prior to changes in Azure Database for PostgreSQL - Flexible Server. If you're using the SSL certificates included on App Service platform in your application, then no action is needed. Consult following [Azure App Service documentation](../../app-service/configure-ssl-certificate.md) for more information.
9292
* If you're explicitly including the path to SSL cert file in your code, then you would need to download the new cert and update the code to use the new cert. A good example of this scenario is when you use custom containers in App Service as shared in the [App Service documentation](../../app-service/tutorial-multi-container-app.md#configure-database-variables-in-wordpress)
9393

9494
## Update Root CA certificates when using clients in Azure Kubernetes Service (AKS) with Azure Database for PostgreSQL - Flexible Server for certificate pinning scenarios
@@ -97,7 +97,7 @@ If you're trying to connect to the Azure Database for PostgreSQL using applicati
9797

9898
## Updating Root CA certificates for .NET (Npgsql) users on Windows with Azure Database for PostgreSQL - Flexible Server for certificate pinning scenarios
9999

100-
For .NET (Npgsql) users on Windows, connecting to Azure Database for PostgreSQL - Flexible Servers, make sure **all three** Microsoft RSA Root Certificate Authority 2017 , DigiCert Global Root G2, as well as Digicert Global Root CA all exist in Windows Certificate Store, Trusted Root Certification Authorities. If any certificates don't exist, import the missing certificate.
100+
For .NET (Npgsql) users on Windows, connecting to Azure Database for PostgreSQL - Flexible Servers, make sure **all three** Microsoft RSA Root Certificate Authority 2017, DigiCert Global Root G2, as well as Digicert Global Root CA all exist in Windows Certificate Store, Trusted Root Certification Authorities. If any certificates don't exist, import the missing certificate.
101101

102102

103103

0 commit comments

Comments
 (0)