|
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 | 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.
|
18 | 18 | 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 |
20 | 24 | 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.
|
21 | 25 |
|
22 | 26 | ```
|
|
51 | 55 | 1. Download and install an OpenVPN client, such as [TunnelBlick](https://tunnelblick.net/downloads.html).
|
52 | 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.
|
53 | 57 | 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. |
56 | 64 | 6. Do not change any other fields. Use the filled in configuration in client input to connect to the VPN.
|
57 | 65 | 7. Double-click the profile file to create the profile in Tunnelblick.
|
58 | 66 | 8. Launch Tunnelblick from the applications folder.
|
|
66 | 74 | 1. Install the OpenVPN client (version 2.4 or higher) from the App store.
|
67 | 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.
|
68 | 76 | 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. |
71 | 83 | 6. Do not change any other fields.
|
72 | 84 | 7. E-mail the profile file (.ovpn) to your email account that is configured in the mail app on your iPhone.
|
73 | 85 | 8. Open the e-mail in the mail app on the iPhone, and tap the attached file
|
|
106 | 118 | sudo service network-manager restart
|
107 | 119 | ```
|
108 | 120 | 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 |
110 | 126 | 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.
|
111 | 127 |
|
112 | 128 | ```
|
|
0 commit comments