Skip to content

Commit 6c35c88

Browse files
authored
formatting edits
1 parent c518f8d commit 6c35c88

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,25 +58,25 @@
5858

5959
1. Don't change any other fields. Use the filled in configuration in client input to connect to the VPN.
6060

61-
1. To connect using the command line, type the following command:
61+
- To connect using the command line, type the following command:
6262

63-
```
64-
sudo openvpn --config <name and path of your VPN profile file>&
65-
```
66-
1. To disconnect using command line, type the following command:
63+
```
64+
sudo openvpn --config <name and path of your VPN profile file>&
65+
```
66+
- To disconnect using command line, type the following command:
6767
68-
```
69-
sudo pkill openvpn
70-
```
71-
1. To connect using the GUI, go to system settings.
68+
```
69+
sudo pkill openvpn
70+
```
71+
- To connect using the GUI, go to system settings.
7272
73-
1. Click **+** to add a new VPN connection.
73+
1. Select **+** to add a new VPN connection.
7474
7575
1. Under **Add VPN**, pick **Import from file…**.
7676
7777
1. Browse to the profile file and double-click or pick **Open**.
7878
79-
1. Click **Add** on the **Add VPN** window.
79+
1. Select **Add** on the **Add VPN** window.
8080
8181
:::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":::
8282

0 commit comments

Comments
 (0)