Skip to content

Commit 1570903

Browse files
Merge pull request #269672 from cherylmc/title5
update title
2 parents 8d2022b + a36d2c6 commit 1570903

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
href: vpn-gateway-certificates-point-to-site.md
144144
- name: Makecert
145145
href: vpn-gateway-certificates-point-to-site-makecert.md
146-
- name: Linux
146+
- name: Linux - strongSwan
147147
href: vpn-gateway-certificates-point-to-site-linux.md
148148
- name: RADIUS authentication
149149
items:
@@ -205,8 +205,10 @@
205205
href: point-to-site-vpn-client-certificate-windows-azure-vpn-client.md
206206
- name: Linux clients
207207
items:
208-
- name: OpenVPN client - Linux
209-
href: point-to-site-vpn-client-cert-linux.md
208+
- name: OpenVPN client
209+
href: point-to-site-vpn-client-cert-linux.md#openvpn
210+
- name: IKEv2 -strongSwan
211+
href: point-to-site-vpn-client-cert-linux.md#ike
210212
- name: macOS and iOS clients
211213
items:
212214
- name: Native VPN client - macOS

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
---
2-
title: 'Configure P2S VPN clients - certificate authentication - Windows'
2+
title: 'Configure P2S VPN clients - certificate authentication workflow - Windows'
33
titleSuffix: Azure VPN Gateway
4-
description: Learn how to configure VPN clients for P2S configurations that use certificate authentication. This article applies to Windows.
4+
description: Learn about the workflow to configure VPN clients for P2S configurations that use certificate authentication. In this article, you generate the client configuration package and install client certificates. This article applies to clients running Windows.
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 02/21/2024
9+
ms.date: 03/20/2024
1010
ms.author: cherylmc
1111
---
1212

13-
# Configure point-to-site VPN clients: certificate authentication - Windows
13+
# Point-to-site VPN client configuration workflow: Certificate authentication - Windows
1414

15-
This article walks you through the necessary steps to configure VPN clients for point-to-site (P2S) virtual network connections that use certificate authentication. These steps continue on from previous articles where the [VPN Gateway point-to-site](vpn-gateway-howto-point-to-site-resource-manager-portal.md) server settings are configured.
16-
17-
There are multiple sets of steps in this article, depending on the tunnel type you selected for your P2S configuration, and the VPN client that is used to connect.
15+
This article walks you through the workflow and steps to configure VPN clients for point-to-site (P2S) virtual network connections that use certificate authentication. These steps continue on from previous articles where the [VPN Gateway point-to-site](vpn-gateway-howto-point-to-site-resource-manager-portal.md) server settings are configured. In this article, you'll generate the client configuration files and install the necessary client certificates used for authentication.
1816

1917
## Before you begin
2018

@@ -30,7 +28,7 @@ In this article, we start with generating VPN client configuration files and cli
3028

3129
1. [Generate files to configure the VPN client](#1-generate-vpn-client-configuration-files).
3230
1. [Generate certificates for the VPN client](#2-generate-client-certificates).
33-
1. [Configure the VPN client](#3-configure-the-vpn-client). The steps you use to configure your VPN client depend on the tunnel type for your P2S VPN gateway, and the VPN client on the client computer.
31+
1. [Configure the VPN client](#3-configure-the-vpn-client). The steps you use to configure your VPN client depend on the tunnel type for your P2S VPN gateway, and the VPN client on the client computer. Links are provided to configuration articles for the specific tunnel and corresponding client.
3432

3533
* **IKEv2 and SSTP - native VPN client** - If your P2S VPN gateway is configured to use IKEv2/SSTP and certificate authentication, you connect to your VNet using the native VPN client that's part of your Windows operating system. This configuration doesn't require additional client software. For steps, see [IKEv2 and SSTP - native VPN client](point-to-site-vpn-client-certificate-windows-native.md).
3634
* **OpenVPN - Azure VPN Client and OpenVPN client** - If your P2S VPN gateway is configured to use an OpenVPN tunnel and certificate authentication, you have the option to connect using either the [Azure VPN Client](point-to-site-vpn-client-certificate-windows-azure-vpn-client.md), or the [OpenVPN client](point-to-site-vpn-client-certificate-windows-openvpn-client.md).

0 commit comments

Comments
 (0)