Skip to content

Commit 66a4d75

Browse files
Merge pull request #296709 from cherylmc/linux-toc
update-links
2 parents ca22430 + e07a37b commit 66a4d75

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -176,38 +176,38 @@
176176
href: point-to-site-vpn-client-certificate-windows-openvpn-client-version-2.md
177177
- name: Version 3.x
178178
href: point-to-site-vpn-client-certificate-windows-openvpn-client-version-3.md
179-
- name: Linux clients
180-
items:
181-
- name: Azure VPN Client
182-
href: point-to-site-azure-vpn-client-certificate-linux.md
183-
- name: OpenVPN client
184-
href: point-to-site-vpn-client-certificate-openvpn-linux.md
185-
- name: IKEv2 - strongSwan
186-
href: point-to-site-vpn-client-certificate-ike-linux.md
187-
- name: macOS and iOS clients
179+
- name: Linux clients
180+
items:
181+
- name: Azure VPN Client
182+
href: point-to-site-azure-vpn-client-certificate-linux.md
183+
- name: OpenVPN client
184+
href: point-to-site-vpn-client-certificate-openvpn-linux.md
185+
- name: IKEv2 - strongSwan
186+
href: point-to-site-vpn-client-certificate-ike-linux.md
187+
- name: macOS and iOS clients
188+
items:
189+
- name: Native VPN client
190+
href: point-to-site-vpn-client-cert-mac.md
191+
- name: OpenVPN client - macOS
192+
href: point-to-site-vpn-client-certificate-openvpn-mac.md
193+
- name: OpenVPN client - iOS
194+
href: point-to-site-vpn-client-certificate-openvpn-ios.md
195+
- name: Generate self-signed certificates
196+
items:
197+
- name: .cer and .pfx files
188198
items:
189-
- name: Native VPN client
190-
href: point-to-site-vpn-client-cert-mac.md
191-
- name: OpenVPN client - macOS
192-
href: point-to-site-vpn-client-certificate-openvpn-mac.md
193-
- name: OpenVPN client - iOS
194-
href: point-to-site-vpn-client-certificate-openvpn-ios.md
195-
- name: Generate self-signed certificates
199+
- name: Azure PowerShell
200+
href: certificates-point-to-site.md
201+
- name: MakeCert
202+
href: certificates-point-to-site-makecert.md
203+
- name: .pem files
196204
items:
197-
- name: .cer and .pfx files
198-
items:
199-
- name: Azure PowerShell
200-
href: certificates-point-to-site.md
201-
- name: MakeCert
202-
href: certificates-point-to-site-makecert.md
203-
- name: .pem files
204-
items:
205-
- name: Linux - OpenSSL
206-
href: point-to-site-certificates-linux-openssl.md
207-
- name: Linux - strongSwan
208-
href: point-to-site-certificates-linux-strongswan.md
209-
- name: Install client certificates
210-
href: install-client-certificates.md
205+
- name: Linux - OpenSSL
206+
href: point-to-site-certificates-linux-openssl.md
207+
- name: Linux - strongSwan
208+
href: point-to-site-certificates-linux-strongswan.md
209+
- name: Install client certificates
210+
href: install-client-certificates.md
211211
- name: Configure P2S - Microsoft Entra ID authentication
212212
items:
213213
- name: P2S server configuration
@@ -228,19 +228,19 @@
228228
href: openvpn-azure-ad-tenant-multi-app.md
229229
- name: VPN client configuration
230230
items:
231-
- name: Windows clients
231+
- name: Azure VPN Client - Windows
232232
href: point-to-site-entra-vpn-client-windows.md
233-
- name: macOS clients
233+
- name: Azure VPN Client - macOS
234234
href: point-to-site-entra-vpn-client-mac.md
235-
- name: Linux clients
235+
- name: Azure VPN Client - Linux
236236
href: point-to-site-entra-vpn-client-linux.md
237237
- name: VPN client profiles
238238
items:
239239
- name: Download global and hub profiles
240240
href: global-hub-profile.md
241241
- name: Extract and view profile information
242242
href: about-vpn-profile-download.md
243-
- name: Intune- Deploy VPN client profile
243+
- name: Intune - Deploy VPN client profile
244244
href: vpn-profile-intune.md
245245
- name: Azure VPN Client versions & settings
246246
items:

articles/virtual-wan/certificates-point-to-site-makecert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: Learn how to create a self-signed root certificate for User VPN, ex
55
author: cherylmc
66
ms.service: azure-virtual-wan
77
ms.topic: how-to
8-
ms.date: 02/13/2025
8+
ms.date: 03/20/2025
99
ms.author: cherylmc
1010

1111
---
1212
# Generate and export certificates for User VPN P2S connections using MakeCert
1313

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. For **.pem** files, see [Generate .pem certificate files](../vpn-gateway/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. For **.pem** files, see [Generate .pem certificate files](point-to-site-certificates-linux-openssl.md).
1515

1616
> [!NOTE]
1717
> We recommend using the [PowerShell steps](certificates-point-to-site.md) instead to create your certificates. We provide these MakeCert instructions as an optional method.

articles/virtual-wan/certificates-point-to-site.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: Learn how to create a self-signed root certificate, export a public
55
author: cherylmc
66
ms.service: azure-virtual-wan
77
ms.topic: how-to
8-
ms.date: 02/13/2025
8+
ms.date: 03/20/2025
99
ms.author: cherylmc
1010
---
1111
# Generate and export certificates for User VPN connections using PowerShell
1212

13-
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. For **.pem** files, see the Linux [OpenSSL](../vpn-gateway/point-to-site-certificates-linux-openssl.md) or [strongSwan](../vpn-gateway/vpn-gateway-certificates-point-to-site-linux.md) article.
13+
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. For **.pem** files, see the Linux [OpenSSL](point-to-site-certificates-linux-openssl.md) or [strongSwan](point-to-site-certificates-linux-strongswan.md) article.
1414

1515
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.
1616

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

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

4949
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.
5050

51-
The OpenVPN client in this article uses certificates exported with a *.pfx* format. You can export a client certificate easily to this format using the Windows instructions. See [Export a client certificate - pfx](../vpn-gateway/vpn-gateway-certificates-point-to-site.md#clientexport). If you don't have a Windows computer, as a workaround, you can use a small Windows VM to export certificates to the needed *.pfx* format. At this time, the [OpenSSL](../vpn-gateway/point-to-site-certificates-linux-openssl.md) Linux instructions we provide only result in the *.pem* format.
51+
The OpenVPN client in this article uses certificates exported with a *.pfx* format. You can export a client certificate easily to this format using the Windows instructions. See [Export a client certificate - pfx](certificates-point-to-site.md#clientexport). If you don't have a Windows computer, as a workaround, you can use a small Windows VM to export certificates to the needed *.pfx* format. At this time, the [OpenSSL](point-to-site-certificates-linux-openssl.md) Linux instructions we provide only result in the *.pem* format.
5252

5353
## <a name="openvpn"></a>Configuration steps
5454

articles/vpn-gateway/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@
250250
href: openvpn-azure-ad-mfa.md
251251
- name: VPN client configuration
252252
items:
253-
- name: Windows clients
253+
- name: Azure VPN Client - Windows
254254
href: point-to-site-entra-vpn-client-windows.md
255-
- name: Linux clients
255+
- name: Azure VPN Client - Linux
256256
href: point-to-site-entra-vpn-client-linux.md
257-
- name: macOS clients
257+
- name: Azure VPN Client - macOS
258258
href: point-to-site-entra-vpn-client-mac.md
259259
- name: Generate VPN client profile configuration files
260260
href: about-vpn-profile-download.md

0 commit comments

Comments
 (0)