Skip to content

Commit 3213d20

Browse files
committed
format
1 parent dd975b8 commit 3213d20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/vpn-gateway/point-to-site-vpn-client-cert-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When you connect to an Azure virtual network (VNet) using point-to-site (P2S) an
1515

1616
The VPN client configuration files that you generate are specific to the P2S VPN gateway configuration for the virtual network. If there are any changes to the P2S VPN configuration after you generate the files, such as changes to the VPN protocol type or authentication type, you need to generate new VPN client configuration files and apply the new configuration to all of the VPN clients that you want to connect. For more information about P2S connections, see [About point-to-site VPN](point-to-site-about.md).
1717

18-
## <a name="generate"></a>Before you begin
18+
## Before you begin
1919

2020
Before beginning, verify that you are on the correct article. The following table shows the configuration articles available for Azure VPN Gateway P2S VPN clients. Steps differ, depending on the authentication type, tunnel type, and the client OS.
2121

@@ -72,7 +72,7 @@ After viewing the files, continue with the steps that you want to use:
7272

7373
#### <a name="gui"></a>strongSwan GUI instructions
7474

75-
This section walks you through the configuration using the strongSwan GUI. The following instructions were created on Ubuntu 18.0.4. Ubuntu 16.0.10 doesn’t support strongSwan GUI. If you want to use Ubuntu 16.0.10, you’ll have to use the [command line](#linuxinstallcli). The following examples may not match screens that you see, depending on your version of Linux and strongSwan.
75+
This section walks you through the configuration using the strongSwan GUI. The following instructions were created on Ubuntu 18.0.4. Ubuntu 16.0.10 doesn’t support strongSwan GUI. If you want to use Ubuntu 16.0.10, you’ll have to use the [command line](#cli). The following examples may not match screens that you see, depending on your version of Linux and strongSwan.
7676

7777
1. Open the **Terminal** to install **strongSwan** and its Network Manager by running the command in the example.
7878

@@ -147,13 +147,13 @@ This section walks you through the configuration using the strongSwan CLI.
147147

148148
## <a name="openvpn"></a>OpenVPN tunnel type steps
149149

150-
This section helps you configure Linux clients for certificate authentication that uses the OpenVPN tunnel type. To connect to Azure, you download the OpenVPN client and configure the connection profile.
150+
This section helps you configure Linux clients for certificate authentication that uses the OpenVPN tunnel type. To connect to Azure, download the OpenVPN client and configure the connection profile.
151151

152152
[!INCLUDE [Configuration steps for OpenVPN Linux](../../includes/vpn-gateway-config-openvpn-linux.md)]
153153

154154
## Next steps
155155

156156
For additional steps, return to the original point-to-site article that you were working from.
157157

158-
* [PowerShell configuration steps](vpn-gateway-howto-point-to-site-rm-ps.md).
159-
* [Azure portal configuration steps](vpn-gateway-howto-point-to-site-resource-manager-portal.md).
158+
* [P2S Azure portal steps](vpn-gateway-howto-point-to-site-resource-manager-portal.md).
159+
* [P2S PowerShell steps](vpn-gateway-howto-point-to-site-rm-ps.md).

0 commit comments

Comments
 (0)