Skip to content

Commit 2a4751b

Browse files
20231204 remove duplicate article on cert provisioning
1 parent ca9fcbb commit 2a4751b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/analytics-platform-system/pdw-certificate-provisioning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.topic: how-to
1111
---
1212

1313
# PDW certificate provisioning - Analytics Platform System (PDW)
14-
The **PDW Certificate Provisioning** page of the Analytics Platform System **Configuration Manager** imports or removes the certificate used by the PDW region. Using, a certificate to encrypt connections can help secure communication to the Control node through SQL Server clients, tools that use the SQL Server PDW drivers, the [Admin Console](monitor-the-appliance-by-using-the-admin-console.md), and Integration Services loads.
14+
The **PDW Certificate Provisioning** page of the Analytics Platform System **Configuration Manager** imports or removes the certificate used by the PDW region.
1515

16-
Using, a certificate to encrypt connections can help secure communication to the Control node through SQL Server clients, tools that use the SQL Server PDW drivers, the [Admin Console](monitor-the-appliance-by-using-the-admin-console.md), and Integration Services loads.
16+
Using a certificate to encrypt connections can help secure communication to the Control node through SQL Server clients, tools that use the SQL Server PDW drivers, the [Admin Console](monitor-the-appliance-by-using-the-admin-console.md), and Integration Services loads.
1717

1818
## Prerequisites
1919
Before installing the certificate, do the following:
@@ -69,7 +69,7 @@ SQL Server PDW will not encrypt current connection by using the imported certifi
6969
SQL Server PDW will continue to encrypt current connections, but will not use the removed certificate for new connections.
7070

7171
:::image type="content" source="./media/pdw-certificate-provisioning/SQL_Server_PDW_DWConfig_ApplPDWCert.png" alt-text="A screenshot of the Microsoft Analytics Platform System Configuration Manager, showing the Certificates page.":::
72-
72+
7373
## Related content
7474

7575
- [Launch the Configuration Manager in Analytics Platform System](launch-the-configuration-manager.md)

docs/analytics-platform-system/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
- name: Transparent Data Encryption
126126
href: ./transparent-data-encryption.md
127127
- name: Provision a certificate
128-
href: ./provision-certificate.md
128+
href: ./pdw-certificate-provisioning.md
129129
- name: Configure domain trusts
130130
href: ./configure-domain-trusts.md
131131
- name: Appliance management tasks

docs/analytics-platform-system/transparent-data-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can take several precautions to help secure the database such as designing a
1616
*Transparent data encryption* (TDE) performs real-time I/O encryption and decryption of the data and transaction log files and the special PDW log files. The encryption uses a database encryption key (DEK), which is stored in the database boot record for availability during recovery. The DEK is a symmetric key secured by using a certificate stored in the master database of the SQL Server PDW. TDE protects data "at rest", meaning the data and log files. It provides the ability to comply with many laws, regulations, and guidelines established in various industries. This feature enables software developers to encrypt data by using AES and 3DES encryption algorithms without changing existing applications.
1717

1818
> [!IMPORTANT]
19-
> TDE does not provide encryption for data traveling between the client and the PDW. For more information about how to encrypt data between the client and SQL Server PDW, see [Provision a certificate](provision-certificate.md).
19+
> TDE does not provide encryption for data traveling between the client and the PDW. For more information about how to encrypt data between the client and SQL Server PDW, see [Provision a certificate](pdw-certificate-provisioning.md).
2020
>
2121
> TDE does not encrypt data while it is moving or in use. Internal traffic between PDW components inside the SQL Server PDW is not encrypted. Data temporarily stored in memory buffers is not encrypted. To mitigate this risk, control physical access and connections to the SQL Server PDW.
2222

0 commit comments

Comments
 (0)