Skip to content

Commit 12c93a6

Browse files
authored
Merge pull request #88267 from cherylmc/p2s
P2s
2 parents de5f56b + 22ff2a0 commit 12c93a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 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

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)