Skip to content

Commit db7588e

Browse files
committed
link
1 parent 023bbfb commit db7588e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: vpn-gateway
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: article
8-
ms.date: 08/13/2019
8+
ms.date: 09/12/2019
99
ms.author: cherylmc
1010
---
1111

@@ -66,6 +66,7 @@ Use the following steps to configure the native Windows VPN client for certifica
6666
2. Double-click the package to install it. If you see a SmartScreen popup, click **More info**, then **Run anyway**.
6767
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. 
6868
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](vpn-gateway-howto-point-to-site-resource-manager-portal.md#generatecert). For information about how to install a client certificate, see [Install a client certificate](point-to-site-how-to-vpn-client-install-azure-cert.md).
69+
5. Return to your P2S configuration page to continue configuration steps.
6970

7071
## <a name="installmac"></a>Mac (OS X)
7172

includes/vpn-gateway-strongswan-certificates-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 01/16/2019
8+
ms.date: 09/12/2019
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
@@ -17,7 +17,7 @@ Generate the CA certificate.
1717
ipsec pki --self --in caKey.pem --dn "CN=VPN CA" --ca --outform pem > caCert.pem
1818
```
1919

20-
Print the CA certificate in base64 format. This is the format that is supported by Azure. You will later upload this to Azure as part of your P2S configuration.
20+
Print the CA certificate in base64 format. This is the format that is supported by Azure. You upload this certificate to Azure as part of the [P2S configuration steps](../articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md).
2121

2222
```
2323
openssl x509 -in caCert.pem -outform der | base64 -w0 ; echo

0 commit comments

Comments
 (0)