|
5 | 5 | author: cherylmc
|
6 | 6 | ms.service: vpn-gateway
|
7 | 7 | ms.topic: include
|
8 |
| - ms.date: 05/26/2021 |
| 8 | + ms.date: 07/27/2021 |
9 | 9 | ms.author: cherylmc
|
10 | 10 | ms.custom: include file
|
11 | 11 |
|
|
14 | 14 | ## <a name="windows"></a>Windows clients
|
15 | 15 |
|
16 | 16 | 1. Download and install the OpenVPN client (version 2.4 or higher) from the official [OpenVPN website](https://openvpn.net/index.php/open-source/downloads.html).
|
17 |
| -2. Download the VPN profile for the gateway. This can be done from the Point-to-site configuration tab in the Azure portal, or 'New-AzVpnClientConfiguration' in PowerShell. |
| 17 | +2. Download the VPN client profile package from the Azure portal, or use the 'New-AzVpnClientConfiguration' cmdlet in PowerShell. |
18 | 18 | 3. Unzip the profile. Next, open the *vpnconfig.ovpn* configuration file from the OpenVPN folder using Notepad.
|
19 |
| -4. Export the point-to-site client certificate you created and uploaded to your P2S configuration on the gateway. Use the following article links: |
| 19 | +4. Export the point-to-site client certificate you created and uploaded. Use the following article links: |
20 | 20 |
|
21 | 21 | * [VPN Gateway](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#clientexport) instructions
|
22 | 22 |
|
|
53 | 53 | ## <a name="mac"></a>Mac clients
|
54 | 54 |
|
55 | 55 | 1. Download and install an OpenVPN client, such as [TunnelBlick](https://tunnelblick.net/downloads.html).
|
56 |
| -2. Download the VPN profile for the gateway. This can be done from the point-to-site configuration tab in the Azure portal, or by using 'New-AzVpnClientConfiguration' in PowerShell. |
| 56 | +2. Download the VPN client profile package from the Azure portal, or use the 'New-AzVpnClientConfiguration' cmdlet in PowerShell. |
57 | 57 | 3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in a text editor.
|
58 | 58 | 4. Fill in the P2S client certificate section with the P2S client certificate public key in base64. In a PEM formatted certificate, you can open the .cer file and copy over the base64 key between the certificate headers. Use the following article links for information about how to export a certificate to get the encoded public key:
|
59 | 59 |
|
|
72 | 72 | ## <a name="iOS"></a>iOS clients
|
73 | 73 |
|
74 | 74 | 1. Install the OpenVPN client (version 2.4 or higher) from the App store.
|
75 |
| -2. Download the VPN profile for the gateway. This can be done from the point-to-site configuration tab in the Azure portal, or by using 'New-AzVpnClientConfiguration' in PowerShell. |
| 75 | +2. Download the VPN client profile package from the Azure portal, or use the 'New-AzVpnClientConfiguration' cmdlet in PowerShell. |
76 | 76 | 3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in a text editor.
|
77 | 77 | 4. Fill in the P2S client certificate section with the P2S client certificate public key in base64. In a PEM formatted certificate, you can open the .cer file and copy over the base64 key between the certificate headers. Use the following article links for information about how to export a certificate to get the encoded public key:
|
78 | 78 |
|
|
0 commit comments