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: articles/vpn-gateway/point-to-site-vpn-client-configuration-azure-cert.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: vpn-gateway
6
6
author: cherylmc
7
7
ms.service: vpn-gateway
8
8
ms.topic: how-to
9
-
ms.date: 06/03/2021
9
+
ms.date: 07/12/2021
10
10
ms.author: cherylmc
11
11
---
12
12
@@ -62,17 +62,30 @@ You can generate client configuration files using PowerShell, or by using the Az
62
62
***VpnSettings.xml**, which contains important settings like server address and tunnel type.
63
63
***VpnServerRoot.cer**, which contains the root certificate required to validate the Azure VPN Gateway during P2S connection setup.
64
64
65
-
Use the following steps to configure the native VPN client on Mac for certificate authentication. You have to complete these steps on every Mac that will connect to Azure:
65
+
Use the following steps to configure the native VPN client on Mac for certificate authentication. These steps must be completed on every Mac that you want to connect to Azure.
66
66
67
-
1. Import the **VpnServerRoot**root certificate to your Mac. This can be done by copying the file over to your Mac and double-clicking on it. Select **Add** to import.
>Double-clicking on the certificate may not display the **Add** dialog, but the certificate is installed in the correct store. You can check for the certificate in the login keychain under the certificates category.
73
-
>
69
+
1. Copy to the root certificate file to your Mac. Double-click the file to open.
70
+
1. On the **Add Certificates** page, select **login** from the dropdown.
Verify that both the client and the root certificate are installed. The client certificate is used for authentication and is required. For information about how to install a client certificate, see [Install a client certificate](point-to-site-how-to-vpn-client-install-azure-cert.md).
80
+
81
+
1. Open the **Keychain Access** application.
82
+
1. Navigate to the **Certificates** tab.
83
+
1. Verify that both the client and the root certificate are installed.
1. Verify that you have installed a client certificate that was issued by the root certificate that you uploaded to Azure when you configured you P2S settings. This is different from the VPNServerRoot that you installed in the previous step. The client certificate is used for authentication and is required. For more information about generating certificates, see [Generate Certificates](vpn-gateway-howto-point-to-site-resource-manager-portal.md#generatecert). For information about how to install a client certificate, see [Install a client certificate](point-to-site-how-to-vpn-client-install-azure-cert.md).
87
+
### Create VPN client profile
88
+
76
89
1. Open the **Network** dialog under **Network Preferences** and select **'+'** to create a new VPN client connection profile for a P2S connection to the Azure virtual network.
77
90
78
91
The **Interface** value is 'VPN' and **VPN Type** value is 'IKEv2'. Specify a name for the profile in the **Service Name** field, then select **Create** to create the VPN client connection profile.
Copy file name to clipboardExpand all lines: includes/vpn-gateway-p2s-client-configuration-windows.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
author: cherylmc
6
6
ms.service: vpn-gateway
7
7
ms.topic: include
8
-
ms.date: 10/28/2020
8
+
ms.date: 07/12/2021
9
9
ms.author: cherylmc
10
10
11
11
---
@@ -15,9 +15,12 @@ You can use the same VPN client configuration package on each Windows client com
15
15
>You must have Administrator rights on the Windows client computer from which you want to connect.
16
16
>
17
17
18
-
Use the following steps to configure the native Windows VPN client for certificate authentication:
18
+
### Install the configuration files
19
19
20
20
1. Select the VPN client configuration files that correspond to the architecture of the Windows computer. For a 64-bit processor architecture, choose the 'VpnClientSetupAmd64' installer package. For a 32-bit processor architecture, choose the 'VpnClientSetupX86' installer package.
21
21
1. Double-click the package to install it. If you see a SmartScreen popup, click **More info**, then **Run anyway**.
22
-
1. On the client computer, navigate to **Network Settings** and click **VPN**. The VPN connection shows the name of the virtual network that it connects to.
23
-
1. Before you attempt to connect, verify that you have installed a client certificate on the client computer. A client certificate is required for authentication when using the native Azure certificate authentication type.
22
+
23
+
### Verify and connect
24
+
25
+
1. Verify that you have installed a client certificate on the client computer. A client certificate is required for authentication when using the native Azure certificate authentication type. To view the client certificate, open **Manage User Certificates**. The client certificate is installed in **Current User\Personal\Certificates**.
26
+
1. To connect, navigate to **Network Settings** and click **VPN**. The VPN connection shows the name of the virtual network that it connects to.
0 commit comments