Skip to content

Commit 96ca4bb

Browse files
authored
Update virtual-wan-point-to-site-portal.md
1 parent 22c5a5b commit 96ca4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Use the downloaded profile to configure the remote access clients. The procedure
130130
1. Download and install the OpenVPN client from the official website.
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.
133-
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/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site)
133+
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)
134134
5. Fill in the private key section with the P2S client certificate private key in base64. See here how to extract private key.
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.
@@ -141,7 +141,7 @@ Use the downloaded profile to configure the remote access clients. The procedure
141141
1. Select the VPN client configuration files that correspond to the architecture of the Windows computer. For a 64-bit processor architecture, choose the 'VpnClientSetupAmd64' installer package. For a 32-bit processor architecture, choose the 'VpnClientSetupX86' installer package.
142142
2. Double-click the package to install it. If you see a SmartScreen popup, click More info, then Run anyway.
143143
3. On the client computer, navigate to Network Settings and click VPN. The VPN connection shows the name of the virtual network that it connects to.
144-
4. Before you attempt to connect, verify that you have installed a client certificate on the client computer. A client certificate is required for authentication when using the native Azure certificate authentication type. For more information about generating certificates, see [Generate Certificates](https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site). For information about how to install a client certificate, see Install a client certificate.
144+
4. Before you attempt to connect, verify that you have installed a client certificate on the client computer. A client certificate is required for authentication when using the native Azure certificate authentication type. For more information about generating certificates, see [Generate Certificates](https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-certificates-point-to-site). For information about how to install a client certificate, see Install a client certificate.
145145

146146
## <a name="viewwan"></a>View your virtual WAN
147147

0 commit comments

Comments
 (0)