Skip to content

Commit 23a6259

Browse files
committed
Add links
1 parent 4274235 commit 23a6259

4 files changed

+7
-6
lines changed

articles/virtual-wan/point-to-site-azure-vpn-client-certificate-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This article assumes that you've already performed the following prerequisites:
3232
* You generated and downloaded the VPN client configuration files. For steps to generate a VPN client profile configuration package, see [Generate VPN client configuration files](virtual-wan-point-to-site-portal.md#p2sconfig).
3333
* You can either generate client certificates, or acquire the appropriate client certificates necessary for authentication.
3434

35-
[!INCLUDE [Configuration steps](../../includes/vpn-gateway-vwan-vpn-client-certificate-linux.md)]
35+
[!INCLUDE [Configuration steps](../../includes/vpn-gateway-vwan-azure-vpn-client-certificate-linux.md)]
3636

3737
## Next steps
3838

39-
For additional steps, return to the [P2S Azure portal](point-to-site-certificate-gateway.md) article.
39+
For additional steps, return to the [Create a Virtual WAN P2S User VPN connection](virtual-wan-point-to-site-portal.md) article.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This article assumes that you've already performed the following prerequisites:
2929
* The VPN gateway is configured for point-to-site certificate authentication and the OpenVPN tunnel type. See [Configure server settings for P2S VPN Gateway connections - certificate authentication](point-to-site-certificate-gateway.md) for steps.
3030
* VPN client profile configuration files have been generated and are available. See [Generate VPN client profile configuration files](point-to-site-certificate-gateway.md#profile-files) for steps.
3131

32-
[!INCLUDE [Configuration steps](../../includes/vpn-gateway-vwan-vpn-client-certificate-linux.md)]
32+
[!INCLUDE [Configuration steps](../../includes/vpn-gateway-vwan-azure-vpn-client-certificate-linux.md)]
3333

3434
## Next steps
3535

36-
For additional steps, return to the [P2S Azure portal](point-to-site-certificate-gateway.md) article.
36+
For additional steps, return to the [Create a VPN Gateway P2S VPN connection](point-to-site-certificate-gateway.md) article.

articles/vpn-gateway/point-to-site-certificates-linux-openssl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ In this section, you generate the user certificate (client certificate). Certifi
6262

6363
## Next steps
6464

65-
To continue configuration steps, see [Point-to-site certificate authentication](point-to-site-certificate-gateway.md#uploadfile).
65+
* To continue VPN Gateway configuration steps, see [Point-to-site certificate authentication](point-to-site-certificate-gateway.md#uploadfile).
66+
* To continue Virtual WAN configuration steps, see [Create a P2S User VPN connection](../virtual-wan/virtual-wan-point-to-site-portal.md).

includes/vpn-gateway-vwan-azure-vpn-client-certificate-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The workflow for this article is:
2828

2929
For certificate authentication, a client certificate must be installed on each client computer. The client certificate you want to use must be exported with the private key, and must contain all certificates in the certification path. Additionally, for some configurations, you'll also need to install root certificate information.
3030

31-
Generate the client public certificate data and private key in **.pem** format using the following commands. To run the commands, you need to have the public Root certificate **caCert.pem** and the private key of Root certificate **caKey.pem**. For more information, see [Generate and export certificates - Linux - OpenSSL](point-to-site-certificates-linux-openssl.md).
31+
Generate the client public certificate data and private key in **.pem** format using the following commands. To run the commands, you need to have the public Root certificate **caCert.pem** and the private key of Root certificate **caKey.pem**. For more information, see [Generate and export certificates - Linux - OpenSSL](../articles/vpn-gateway/point-to-site-certificates-linux-openssl.md).
3232

3333
```
3434
export PASSWORD="password"

0 commit comments

Comments
 (0)