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
This article provides an overview of the service-aided subnet configuration and how to enable it with subnet delegation for Azure SQL Managed Instance.
18
-
19
-
Service-aided subnet configuration automates network configuration management for subnets that host managed instances, leaving the user fully in control of access to the data (TDS traffic flows) while the managed instance is responsible for ensuring uninterrupted flow of management traffic.
17
+
This article provides an overview of service-aided subnet configuration and how it interacts with the subnets delegated to Azure SQL Managed Instance. Service-aided subnet configuration automates network configuration management for subnets that host managed instances, leaving the user fully in control of access to the data (TDS traffic flows) while the managed instance is responsible for ensuring uninterrupted flow of management traffic.
description: Learn how to install certificates in various SQL Server configurations. Examples include single instances, failover clusters, and Always On availability groups.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 06/20/2024
6
+
ms.date: 08/09/2024
7
7
ms.service: sql
8
8
ms.subservice: configuration
9
9
ms.topic: conceptual
@@ -26,13 +26,17 @@ This article describes how to deploy and manage certificates across your [!INCLU
26
26
27
27
SSL/TLS certificates are widely used to secure access to [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)]. With earlier versions of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)], organizations with large [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] estates had to spend considerable effort to maintain their [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] certificate infrastructure, often through developing scripts and running manual commands.
28
28
29
+
::: moniker range=">=sql-server-ver15"
30
+
29
31
With [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and later versions, certificate management is integrated into the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Configuration Manager, which simplifies the following common tasks:
30
32
31
33
- View and validate certificates installed in a [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance.
32
34
- Identify which certificates might be close to expiring.
33
-
- Deploy certificates across AG machines from the node holding the primary replica.
35
+
- Deploy certificates across AG machines from the node hosting the primary replica.
34
36
- Deploy certificates across FCI machines from the active node.
35
37
38
+
::: moniker-end
39
+
36
40
You can use certificate management in [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Configuration Manager with earlier versions of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)], starting with [!INCLUDE [sql2008-md](../../includes/sql2008-md.md)].
37
41
38
42
::: moniker range=">=sql-server-ver15"
@@ -47,12 +51,14 @@ You can use certificate management in [!INCLUDE [ssnoversion-md](../../includes/
47
51
> [!NOTE]
48
52
> These instructions apply to [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Configuration Manager for [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)] and earlier versions. For [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and later versions, see [Certificate management (SQL Server 2019 Configuration Manager)](manage-certificates.md?view=sql-server-ver15&preserve-view=true).
49
53
50
-
::: moniker-end
54
+
## <aid="provision-single-server-cert"></a> Install a certificate
51
55
52
-
## <aid="provision-single-server-cert"></a> Install a certificate for a single SQL Server instance
56
+
::: moniker-end
53
57
54
58
::: moniker range=">=sql-server-ver15"
55
59
60
+
## <aid="provision-single-server-cert"></a> Install a certificate for a single SQL Server instance
61
+
56
62
1. In [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
57
63
58
64
1. Right-click **Protocols for***<instance Name>*, and then select **Properties**.
@@ -73,8 +79,17 @@ You can use certificate management in [!INCLUDE [ssnoversion-md](../../includes/
73
79
1. Select a certificate from the **Certificate** dropdown list, and then select **Apply**.
74
80
75
81
1. Select **OK**.
82
+
83
+
### Install on failover cluster instance and availability group
84
+
85
+
For a failover cluster instance (FCI) configuration, complete these steps in the active node of the FCI. You must have administrator permissions on all the cluster nodes.
86
+
87
+
For an availability group (AG) configuration, complete these steps from the node hosting the AG primary replica. You must have administrator permissions on all the cluster nodes.
88
+
76
89
::: moniker-end
77
90
91
+
::: moniker range=">=sql-server-ver15"
92
+
78
93
## <aid="provision-failover-cluster-cert"></a> Install a certificate in a failover cluster instance configuration
79
94
80
95
1. In [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Configuration Manager, in the console pane, expand **SQL Server Network Configuration**.
@@ -113,7 +128,9 @@ You can use certificate management in [!INCLUDE [ssnoversion-md](../../includes/
113
128
1. Select **Next** to import the certificate on each node.
114
129
115
130
> [!NOTE]
116
-
> Complete these steps from the node holding the AG primary replica. User must have administrator permissions on all the cluster nodes.
131
+
> Complete these steps from the node hosting the AG primary replica. User must have administrator permissions on all the cluster nodes.
Copy file name to clipboardExpand all lines: docs/sql-server/end-of-support/sql-server-extended-security-updates.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,12 +134,10 @@ You can either register a [single SQL Server instance](#single-sql-server-instan
134
134
135
135
1. Sign into the [Azure portal](https://portal.azure.com).
136
136
137
-
1. Navigate to **Azure Arc** and select **Infrastructure** > **SQL Servers**.
137
+
1. Navigate to **Azure Arc** and select **Data services** > **SQL Server instances**.
138
138
139
139
1. To register a disconnected machine, select **Add** from the menu at the top of the screen.
140
140
141
-
:::image type="content" source="media/sql-server-extended-security-updates/extended-security-updates-empty-list.png" alt-text="Screenshot of an empty list of SQL Servers on the Azure Arc portal." lightbox="media/sql-server-extended-security-updates/extended-security-updates-empty-list.png":::
142
-
143
141
1. Select **Register Servers** to add a disconnected [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance.
144
142
145
143
:::image type="content" source="media/sql-server-extended-security-updates/extended-security-updates-add-connected-or-registered.png" alt-text="Screenshot of the two options for adding connected or registered servers." lightbox="media/sql-server-extended-security-updates/extended-security-updates-add-connected-or-registered.png":::
@@ -168,12 +166,10 @@ Multiple [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instances ca
168
166
169
167
1. Sign into the [Azure portal](https://portal.azure.com).
170
168
171
-
1. Navigate to **Azure Arc** and select **Infrastructure** > **SQL Servers**.
169
+
1. Navigate to **Azure Arc** and select **Data services** > **SQL Server instances**.
172
170
173
171
1. To register a disconnected machine, select **Add** from the menu at the top of the screen.
174
172
175
-
:::image type="content" source="media/sql-server-extended-security-updates/extended-security-updates-empty-list.png" alt-text="Screenshot of an empty list of SQL Servers on the Azure Arc portal." lightbox="media/sql-server-extended-security-updates/extended-security-updates-empty-list.png":::
176
-
177
173
1. Select **Register Servers** to add a disconnected [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance.
178
174
179
175
:::image type="content" source="media/sql-server-extended-security-updates/extended-security-updates-add-connected-or-registered.png" alt-text="Screenshot of the two options for adding connected or registered servers." lightbox="media/sql-server-extended-security-updates/extended-security-updates-add-connected-or-registered.png":::
0 commit comments