Skip to content

Commit b3dcf7a

Browse files
authored
Merge pull request #108362 from cherylmc/p2svwan1
P2svwan1
2 parents 2133229 + cee94dd commit b3dcf7a

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

includes/vpn-gateway-vwan-config-openvpn-clients.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
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).
1717
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.
1818
3. Unzip the profile. Next, open the *vpnconfig.ovpn* configuration file from the OpenVPN folder using Notepad.
19-
4. [Export](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#clientexport) the P2S client certificate you created and uploaded to your P2S configuration on the gateway.
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:
20+
21+
* [VPN Gateway](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#clientexport) instructions
22+
23+
* [Virtual WAN](../articles/virtual-wan/certificates-point-to-site.md#clientexport) instructions
2024
5. Extract the private key and the base64 thumbprint from the *.pfx*. There are multiple ways to do this. Using OpenSSL on your machine is one way. The *profileinfo.txt* file contains the private key and the thumbprint for the CA and the Client certificate. Be sure to use the thumbprint of the client certificate.
2125

2226
```
@@ -51,8 +55,12 @@
5155
1. Download and install an OpenVPN client, such as [TunnelBlick](https://tunnelblick.net/downloads.html).
5256
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.
5357
3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in a text editor.
54-
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](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#cer) for information about how to export a certificate to get the encoded public key.
55-
5. Fill in the private key section with the P2S client certificate private key in base64. See [Export your private key](https://openvpn.net/community-resources/how-to/#pki) for information about how to extract a private key.
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 simply 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+
60+
* [VPN Gateway](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#cer) instructions
61+
62+
* [Virtual WAN](../articles/virtual-wan/certificates-point-to-site.md#cer) instructions
63+
5. Fill in the private key section with the P2S client certificate private key in base64. See the [Export your private key](https://openvpn.net/community-resources/how-to/#pki) on the OpenVPN site for information about how to extract a private key.
5664
6. Do not change any other fields. Use the filled in configuration in client input to connect to the VPN.
5765
7. Double-click the profile file to create the profile in Tunnelblick.
5866
8. Launch Tunnelblick from the applications folder.
@@ -66,8 +74,12 @@
6674
1. Install the OpenVPN client (version 2.4 or higher) from the App store.
6775
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.
6876
3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in a text editor.
69-
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](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#cer) for information about how to export a certificate to get the encoded public key.
70-
5. Fill in the private key section with the P2S client certificate private key in base64. See [Export your private key](https://openvpn.net/community-resources/how-to/#pki) for information about how to extract a private key.
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 simply 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+
79+
* [VPN Gateway](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#cer) instructions
80+
81+
* [Virtual WAN](../articles/virtual-wan/certificates-point-to-site.md#cer) instructions
82+
5. Fill in the private key section with the P2S client certificate private key in base64. See [Export your private key](https://openvpn.net/community-resources/how-to/#pki) on the OpenVPN site for information about how to extract a private key.
7183
6. Do not change any other fields.
7284
7. E-mail the profile file (.ovpn) to your email account that is configured in the mail app on your iPhone.
7385
8. Open the e-mail in the mail app on the iPhone, and tap the attached file
@@ -106,7 +118,11 @@
106118
sudo service network-manager restart
107119
```
108120
3. Download the VPN profile for the gateway. This can be done from the Point-to-site configuration tab in the Azure portal.
109-
4. [Export](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-certificates-point-to-site#clientexport) the P2S client certificate you created and uploaded to your P2S configuration on the gateway.
121+
4. Export the P2S client certificate you created and uploaded to your P2S configuration on the gateway. Use the following article links:
122+
123+
* [VPN Gateway](../articles/vpn-gateway/vpn-gateway-certificates-point-to-site.md#clientexport) instructions
124+
125+
* [Virtual WAN](../articles/virtual-wan/certificates-point-to-site.md#clientexport) instructions
110126
5. Extract the private key and the base64 thumbprint from the .pfx. There are multiple ways to do this. Using OpenSSL on your computer is one way.
111127

112128
```

0 commit comments

Comments
 (0)