Skip to content

Commit 5e2eada

Browse files
authored
Merge pull request #123241 from isdaniel/update-concepts-networking-ssl-tls.md
Update concepts-networking-ssl-tls.md
2 parents 32fd7b8 + a398b83 commit 5e2eada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To update client applications in certificate pinning scenarios, you can download
128128
To import certificates to client certificate stores you may have to **convert certificate .crt files to .pem format**, after downloading certificate files from URIs above. You can use OpenSSL utility to do these file conversions, as shown in example below:
129129

130130
```powershell
131-
openssl x509 -in certificate.crt -out certificate.pem -outform PEM
131+
openssl x509 -inform DER -in certificate.crt -out certificate.pem -outform PEM
132132
```
133133

134134
**Detailed information on updating client applications certificate stores with new Root CA certificates has been documented in this [how-to document](../flexible-server/how-to-update-client-certificates-java.md)**.

0 commit comments

Comments
 (0)