Skip to content

Commit 8bee071

Browse files
committed
Update vpn-gateway-vwan-config-openvpn-linux.md
1 parent 6eff638 commit 8bee071

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cherylmc
33
ms.service: vpn-gateway
44
ms.topic: include
5-
ms.date: 05/11/2022
5+
ms.date: 05/12/2022
66
ms.author: cherylmc
77
ms.custom: include file
88

@@ -35,7 +35,7 @@
3535

3636
1. Open *profileinfo.txt* in a text editor. To get the thumbprint of the client (child) certificate, select the text including and between "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" for the child certificate and copy it. You can identify the child certificate by looking at the subject=/ line.
3737

38-
1. Open the *vpnconfig.ovpn* file and find the section shown below. Replace everything between the and "cert" and "/cert".
38+
1. Open the *vpnconfig.ovpn* file and find the section shown below. Replace everything between "cert" and "/cert".
3939

4040
```
4141
# P2S client certificate
@@ -47,7 +47,7 @@
4747

4848
1. Open the profileinfo.txt in a text editor. To get the private key, select the text including and between "-----BEGIN PRIVATE KEY-----" and "-----END PRIVATE KEY-----" and copy it.
4949

50-
1. Open the vpnconfig.ovpn file in a text editor and find this section. Paste the private key replacing everything between and "key" and "/key".
50+
1. Open the vpnconfig.ovpn file in a text editor and find this section. Paste the private key replacing everything between "key" and "/key".
5151

5252
```
5353
# P2S client root certificate private key
@@ -57,7 +57,7 @@
5757
</key>
5858
```
5959

60-
1. Do not change any other fields. Use the filled in configuration in client input to connect to the VPN.
60+
1. Don't change any other fields. Use the filled in configuration in client input to connect to the VPN.
6161

6262
1. To connect using the command line, type the following command:
6363

@@ -75,6 +75,6 @@
7575
7676
1. Click **Add** on the **Add VPN** window.
7777
78-
:::image type="content" source="./media/vpn-gateway-vwan-config-openvpn-linux/import.png" alt-text="Screenshot shows Import from file." lightbox="./media/vpn-gateway-vwan-config-openvpn-linux/import.png":::
78+
:::image type="content" source="./media/vpn-gateway-vwan-config-openvpn-linux/import.png" alt-text="Screenshot shows Import from file on the Add VPN page." lightbox="./media/vpn-gateway-vwan-config-openvpn-linux/import.png":::
7979
8080
1. You can connect by turning the VPN **ON** on the **Network Settings** page, or under the network icon in the system tray.

0 commit comments

Comments
 (0)