Skip to content

Commit 8dffcba

Browse files
committed
Update concepts-networking-ssl-tls.md
1 parent fab69a3 commit 8dffcba

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
@@ -115,7 +115,7 @@ Microsoft RSA Root Certificate Authority 2017 https://www.microsoft.com/pkiops/
115115
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:
116116

117117
```powershell
118-
openssl x509 -in cert.crt -out cert.pem
118+
openssl x509 -in certificate.crt -out certificate.pem -outform PEM
119119
```
120120

121121
**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)