Skip to content

Commit 1c9c998

Browse files
authored
Merge pull request #14733 from WilliamAntonRohm/issue-4584
sql-docs issue 4584 -- minor formatting fix
2 parents de4b7ce + bbd4578 commit 1c9c998

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linux/sql-server-linux-encrypted-connections.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ TLS is used to encrypt connections from a client application to [!INCLUDE[ssNoVe
5757

5858
- If you are using CA signed certificate, you have to copy the Certificate Authority (CA) certificate instead of the user certificate to the client machine.
5959
- If you are using the self-signed certificate, just copy the .pem file to the following folders respective to distribution and execute the commands to enable them
60-
- **Ubuntu**: Copy cert to ```/usr/share/ca-certificates/``` rename extension to .crt use dpkg-reconfigure ca-certificates to enable it as system CA certificate.
61-
- **RHEL**: Copy cert to ```/etc/pki/ca-trust/source/anchors/``` use ```update-ca-trust``` to enable it as system CA certificate.
62-
- **SUSE**: Copy cert to ```/usr/share/pki/trust/anchors/``` use ```update-ca-certificates``` to enable it as system CA certificate.
60+
- **Ubuntu**: Copy cert to ```/usr/share/ca-certificates/```, rename its extension to .crt, and use ```dpkg-reconfigure ca-certificates``` to enable it as system CA certificate.
61+
- **RHEL**: Copy cert to ```/etc/pki/ca-trust/source/anchors/``` and use ```update-ca-trust``` to enable it as system CA certificate.
62+
- **SUSE**: Copy cert to ```/usr/share/pki/trust/anchors/``` and use ```update-ca-certificates``` to enable it as system CA certificate.
6363
- **Windows**: Import the .pem file as a certificate under current user -> trusted root certification authorities -> certificates
6464
- **macOS**:
6565
- Copy the cert to ```/usr/local/etc/openssl/certs```

0 commit comments

Comments
 (0)