Skip to content

Commit b90a78c

Browse files
authored
Merge pull request #15424 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents e01edcc + 7fdf406 commit b90a78c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/database-engine/configure-windows/manage-certificates.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
2929

3030
* Viewing and validating certificates installed in a SQL Server instance.
3131
* Identifying which certificates may be close to expiring.
32-
* Deploying certificates across Availability Group machines from the node holding the primary replica.
33-
* Deploying certificates across machines participating in a Failover Cluster instance from the active node.
32+
* Deploying certificates across Always On Availability Group machines from the node holding the primary replica.
33+
* Deploying certificates across machines participating in an Always On failover cluster instance from the active node.
3434

3535
> [!NOTE]
3636
> You can use certificate management in SQL Server Configuration Manager with lower versions of SQL Server, starting with SQL Server 2008.
@@ -48,7 +48,7 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
4848
5. Select **Next** to validate the certificate. If there are no errors, select **Next** to import the certificate to the local instance.
4949

5050

51-
## <a name="provision-failover-cluster-cert"></a> To install a certificate in a Failover Cluster configuration
51+
## <a name="provision-failover-cluster-cert"></a> To install a certificate in a failover cluster instance configuration
5252

5353
1. In SQL Server Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
5454

@@ -60,7 +60,7 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
6060

6161
5. If installing for a single node, choose **Browse** and select certificate file. Then skip to step 8.
6262

63-
6. If installing a certificate for each node, select **Next** to list possible owner nodes. Possible owners for the current SQL Server FCI are pre-selected.
63+
6. If installing a certificate for each node, select **Next** to list possible owner nodes. Possible owners for the current failover cluster instance are pre-selected.
6464

6565
7. Choose **Next** to select the certificate to be imported.
6666

@@ -69,9 +69,9 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
6969
9. Select **Next** to import the selected certificates.
7070

7171
> [!NOTE]
72-
> Complete these steps in the active node of the SQL Server Failover Cluster instance. User must have administrator permissions on all the cluster nodes.
72+
> Complete these steps in the active node of the Always On failover cluster instance. User must have administrator permissions on all the cluster nodes.
7373
74-
## <a name="provision-availability-group-cert"></a>To install a certificate in an Availability Group configuration
74+
## <a name="provision-availability-group-cert"></a>To install a certificate in an Always On Availability Group configuration
7575

7676
1. In SQL Server Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
7777

0 commit comments

Comments
 (0)