Skip to content

Commit 0752240

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#44674
Missing Link added
1 parent 4eeb5a3 commit 0752240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-wan/virtual-wan-point-to-site-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Use the downloaded profile to configure the remote access clients. The procedure
131131
2. Download the VPN profile for the gateway. This can be done from the User VPN configurations tab in Azure portal, or New-AzureRmVpnClientConfiguration in PowerShell.
132132
3. Unzip the profile. Open the vpnconfig.ovpn configuration file from the OpenVPN folder in notepad.
133133
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 here [how to export a certificate to get the encoded public key.](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-certificates-point-to-site)
134-
5. Fill in the private key section with the P2S client certificate private key in base64. See here how to extract private key.
134+
5. Fill in the private key section with the P2S client certificate private key in base64. See here [how to extract private key.](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-howto-openvpn-clients#windows)
135135
6. Do not change any other fields. Use the filled in configuration in client input to connect to the VPN.
136136
7. Copy the vpnconfig.ovpn file to C:\Program Files\OpenVPN\config folder.
137137
8. Right-click the OpenVPN icon in the system tray and click connect.

0 commit comments

Comments
 (0)