Skip to content

Commit dcb00cf

Browse files
committed
format
1 parent de63a1a commit dcb00cf

5 files changed

+17
-13
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,14 +163,18 @@
163163
href: point-to-site-vpn-client-certificate-openvpn-ios.md
164164
- name: Generate self-signed certificates
165165
items:
166-
- name: Azure PowerShell - .cer and .pfx files
167-
href: vpn-gateway-certificates-point-to-site.md
168-
- name: Makecert - .cer and .pfx files
169-
href: vpn-gateway-certificates-point-to-site-makecert.md
170-
- name: Linux - OpenSSL - .pem files
171-
href: point-to-site-certificates-linux-openssl.md
172-
- name: Linux - strongSwan - .pem files
173-
href: vpn-gateway-certificates-point-to-site-linux.md
166+
- name: .cer and .pfx files
167+
items:
168+
- name: Azure PowerShell
169+
href: vpn-gateway-certificates-point-to-site.md
170+
- name: Makecert
171+
href: vpn-gateway-certificates-point-to-site-makecert.md
172+
- name: .pem files
173+
items:
174+
- name: Linux - OpenSSL
175+
href: point-to-site-certificates-linux-openssl.md
176+
- name: Linux - strongSwan
177+
href: vpn-gateway-certificates-point-to-site-linux.md
174178
- name: Install VPN client certificates
175179
href: point-to-site-how-to-vpn-client-install-azure-cert.md
176180
- name: Microsoft Entra ID authentication

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cherylmc
1111
---
1212
# Generate and export certificates - Linux - OpenSSL
1313

14-
VPN Gateway point-to-site (P2S) connections can be configured to use certificate authentication. The root certificate public key is uploaded to Azure and each VPN client must have the appropriate certificate files installed locally in order to connect. This article helps you create a self-signed root certificate and generate client certificates using OpenSSL. For more information, see [Point-to-site configuration - certificate authentication](vpn-gateway-howto-point-to-site-resource-manager-portal.md). The steps in this exercise help you create *.pem* files. If you need *.pfx* and *.cer* files instead, see the [Windows- PowerShell](vpn-gateway-certificates-point-to-site.md) instructions.
14+
This article helps you create a self-signed root certificate and generate client certificate **.pem** files using OpenSSL. If you need *.pfx* and *.cer* files instead, see the [Windows- PowerShell](vpn-gateway-certificates-point-to-site.md) instructions.
1515

1616
## Prerequisites
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ ms.author: cherylmc
1111
---
1212
# Generate and export certificates - Linux (strongSwan)
1313

14-
VPN Gateway point-to-site connections can use certificates to authenticate. This article shows you how to create a self-signed root certificate and generate client certificates using strongSwan. The steps in this exercise help you create *.pem* files. If you need *.pfx* and *.cer* files instead, see the [Windows- PowerShell](vpn-gateway-certificates-point-to-site.md) instructions.
14+
This article shows you how to create a self-signed root certificate and generate client certificates using strongSwan. The steps in this exercise help you create certificate **.pem** files. If you need *.pfx* and *.cer* files instead, see the [Windows- PowerShell](vpn-gateway-certificates-point-to-site.md) instructions.
1515

16-
Each client must have a client certificate installed locally to connect. Additionally, the root certificate public key information must be uploaded to Azure. For more information, see [Point-to-site configuration - certificate authentication](vpn-gateway-howto-point-to-site-resource-manager-portal.md).
16+
For point-to-site connections, each VPN client must have a client certificate installed locally to connect. Additionally, the root certificate public key information must be uploaded to Azure. For more information, see [Point-to-site configuration - certificate authentication](vpn-gateway-howto-point-to-site-resource-manager-portal.md).
1717

1818
## <a name="install"></a>Install strongSwan
1919

articles/vpn-gateway/vpn-gateway-certificates-point-to-site-makecert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cherylmc
1111
---
1212
# Generate and export certificates for Point-to-Site connections using MakeCert
1313

14-
Point-to-Site connections use certificates to authenticate. This article shows you how to create a self-signed root certificate and generate client certificates using MakeCert. The steps in this article help you create **.pfx** and **.cer** files. If you're looking for different certificate instructions, see [PowerShell - .pfx and .cer certificate files](vpn-gateway-certificates-point-to-site.md) or [Linux- OpenSSL - .pem certificate files](point-to-site-certificates-linux-openssl.md).
14+
This article shows you how to create a self-signed root certificate and generate client certificates using MakeCert. The steps in this article help you create **.pfx** and **.cer** files. If you're looking for different certificate instructions, see [PowerShell - .pfx and .cer certificate files](vpn-gateway-certificates-point-to-site.md) or [Linux- OpenSSL - .pem certificate files](point-to-site-certificates-linux-openssl.md).
1515

1616
We recommend using the [Windows 10 or later PowerShell steps](vpn-gateway-certificates-point-to-site.md) to create your certificates. We provide these MakeCert instructions as an optional method. The certificates that you generate using either method can be installed on [any supported client operating system](vpn-gateway-howto-point-to-site-resource-manager-portal.md#faq). MakeCert has the following limitation:
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: cherylmc
1111
---
1212
# Generate and export certificates for point-to-site using PowerShell
1313

14-
Point-to-site connections use certificates to authenticate. This article shows you how to create a self-signed root certificate and generate client certificates using PowerShell on Windows 10 or later, or Windows Server 2016 or later. The steps in this article help you create **.pfx** and **.cer** files. If you don't have a Windows computer, you can use a small Windows VM as a workaround.
14+
This article shows you how to create a self-signed root certificate and generate client certificates using PowerShell on Windows 10 or later, or Windows Server 2016 or later. The steps in this article help you create **.pfx** and **.cer** files. If you don't have a Windows computer, you can use a small Windows VM as a workaround.
1515

1616
The PowerShell cmdlets that you use to generate certificates are part of the operating system and don't work on other versions of Windows. The host operating system is only used to generate the certificates. Once the certificates are generated, you can upload them or install them on any supported client operating system.
1717

0 commit comments

Comments
 (0)