Skip to content

Commit ccbd329

Browse files
authored
Merge pull request #79716 from cherylmc/patch-4
Update vpn-gateway-howto-openvpn-clients.md
2 parents 5cdeea0 + f4291bd commit ccbd329

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/vpn-gateway/vpn-gateway-howto-openvpn-clients.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 5/21/2019
9+
ms.date: 06/14/2019
1010
ms.author: cherylmc
1111

1212
---
@@ -22,7 +22,7 @@ Verify that you have completed the steps to configure OpenVPN for your VPN gatew
2222

2323
## <a name="windows"></a>Windows clients
2424

25-
1. Download and install the OpenVPN client from the official [OpenVPN website](https://openvpn.net/index.php/open-source/downloads.html).
25+
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).
2626
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.
2727
3. Unzip the profile. Next, open the *vpnconfig.ovpn* configuration file from the OpenVPN folder using Notepad.
2828
4. [Export](vpn-gateway-certificates-point-to-site.md#clientexport) the P2S client certificate you created and uploaded to your P2S configuration on the gateway.
@@ -57,7 +57,7 @@ Verify that you have completed the steps to configure OpenVPN for your VPN gatew
5757

5858
## <a name="mac"></a>Mac clients
5959

60-
1. Download and install an OpenVPN client, such as [TunnelBlik](https://tunnelblick.net/downloads.html).
60+
1. Download and install an OpenVPN client, such as [TunnelBlick](https://tunnelblick.net/downloads.html).
6161
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.
6262
3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in Notepad.
6363
4. Fill in the P2S client certificate section with the P2S client certificate public key in base64. In a PEM formatted certificate, you can simply open the .cer file and copy over the base64 key between the certificate headers. See [Export the public key](vpn-gateway-certificates-point-to-site.md#cer) for information about how to export a certificate to get the encoded public key.

0 commit comments

Comments
 (0)