You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/configure-windows/manage-certificates.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
29
29
30
30
* Viewing and validating certificates installed in a SQL Server instance.
31
31
* 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.
34
34
35
35
> [!NOTE]
36
36
> 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
48
48
5. Select **Next** to validate the certificate. If there are no errors, select **Next** to import the certificate to the local instance.
49
49
50
50
51
-
## <aname="provision-failover-cluster-cert"></a> To install a certificate in a Failover Cluster configuration
51
+
## <aname="provision-failover-cluster-cert"></a> To install a certificate in a failover cluster instance configuration
52
52
53
53
1. In SQL Server Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
54
54
@@ -60,7 +60,7 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
60
60
61
61
5. If installing for a single node, choose **Browse** and select certificate file. Then skip to step 8.
62
62
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.
64
64
65
65
7. Choose **Next** to select the certificate to be imported.
66
66
@@ -69,9 +69,9 @@ SSL/TLS certificates are widely used to secure access to SQL Server. With earlie
69
69
9. Select **Next** to import the selected certificates.
70
70
71
71
> [!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.
73
73
74
-
## <aname="provision-availability-group-cert"></a>To install a certificate in an Availability Group configuration
74
+
## <aname="provision-availability-group-cert"></a>To install a certificate in an Always On Availability Group configuration
75
75
76
76
1. In SQL Server Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
0 commit comments