Skip to content

Commit d2bb393

Browse files
authored
Merge pull request #6779 from MicrosoftDocs/rothja-patch-1
Removing setion mistakenly added to article
2 parents d7e1671 + ef9b5ce commit d2bb393

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Encrypting Connections to SQL Server on Linux | Microsoft Docs
33
description: This article describes Encrypting Connections to SQL Server on Linux.
4-
author: tmullaney
4+
author: vin-yu
55
ms.date: 01/30/2018
6-
ms.author: meetb
6+
ms.author: vinsonyu
77
manager: craigg
88
ms.topic: conceptual
99
ms.prod: sql
@@ -28,11 +28,6 @@ Before getting started, you need to make sure your certificates follow these req
2828
- The certificate must be created by using the KeySpec option of AT_KEYEXCHANGE. Usually, the certificate's key usage property (KEY_USAGE) also includes key encipherment (CERT_KEY_ENCIPHERMENT_KEY_USAGE).
2929
- The Subject property of the certificate must indicate that the common name (CN) is the same as the host name or fully qualified domain name (FQDN) of the server computer. Note: Wild Card Certificates are supported.
3030

31-
## Configuring the OpenSSL Libraries for Use (Optional)
32-
You can create symbolic links in the `/opt/mssql/lib/` directory that reference which `libcrypto.so` and `libssl.so` libraries should be used for encryption. This is useful if you want to force SQL Server to use a specific version of OpenSSL other than the default provided by the system. If these symbolic links are not present, SQL Server will load the default configured OpenSSL libraries on the system.
33-
34-
These symbolic links should be named `libcrypto.so` and `libssl.so` and placed in the `/opt/mssql/lib/` directory.
35-
3631
## Overview
3732
TLS is used to encrypt connections from a client application to [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)]. When configured correctly, TLS provides both privacy and data integrity for communications between the client and the server. TLS connections can either be client initiated or server initiated.
3833

0 commit comments

Comments
 (0)