Skip to content

Commit 97eaaeb

Browse files
authored
Merge pull request #269478 from cherylmc/toc4
format
2 parents c5eb8fc + 890e2d6 commit 97eaaeb

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,17 @@
151151
href: point-to-site-how-to-radius-ps.md
152152
- name: Integrate point-to-site VPN RADIUS authentication with NPS server
153153
href: vpn-gateway-radius-mfa-nsp.md
154-
- name: Microsoft Entra authentication
154+
- name: Microsoft Entra ID authentication
155155
items:
156156
- name: Configure a point-to-site VPN and tenant
157157
href: openvpn-azure-ad-tenant.md
158158
- name: Configure access based on users and groups
159159
href: openvpn-azure-ad-tenant-multi-app.md
160160
- name: Configure Multi-Factor Authentication (MFA)
161161
href: openvpn-azure-ad-mfa.md
162-
- name: Multiple authentication types
162+
- name: Use multiple authentication types
163163
items:
164-
- name: Configure point-to-site for multiple authentication types
164+
- name: Configure certificate authentication + Microsoft Entra ID
165165
href: howto-point-to-site-multi-auth.md
166166
- name: OpenVPN tunnel type
167167
items:
@@ -211,7 +211,7 @@
211211
href: point-to-site-vpn-client-configuration-radius-password.md
212212
- name: Other authentication protocols
213213
href: point-to-site-vpn-client-configuration-radius-other.md
214-
- name: Microsoft Entra authentication
214+
- name: Microsoft Entra ID authentication
215215
items:
216216
- name: Windows
217217
href: openvpn-azure-ad-client.md
@@ -315,7 +315,7 @@
315315
href: vpn-gateway-troubleshoot-vpn-point-to-site-connection-problems.md
316316
- name: Point-to-site connection problems - macOS X VPN client
317317
href: vpn-gateway-troubleshoot-point-to-site-osx-ikev2.md
318-
- name: Point-to-site - Microsoft Entra authentication
318+
- name: Point-to-site - Microsoft Entra ID authentication
319319
href: troubleshoot-ad-vpn-client.md
320320
- name: Site-to-site connection issues
321321
items:

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure the native VPN client on a Windows computer
55
author: cherylmc
66
ms.topic: how-to
77
ms.service: vpn-gateway
8-
ms.date: 01/25/2024
8+
ms.date: 03/19/2024
99
ms.author: cherylmc
1010
---
1111

@@ -28,7 +28,7 @@ Before beginning the workflow, verify that you're on the correct VPN client conf
2828

2929
The VPN client profile configuration package contains specific folders. The files within the folders contain the settings needed to configure the VPN client profile on the client computer. The files and the settings they contain are specific to the VPN gateway and the type of authentication and tunnel your VPN gateway is configured to use.
3030

31-
Locate and unzip the VPN client profile configuration package you generated. For Certificate authentication and IKEv2/SSTP, you'll see the following files:
31+
Locate and unzip the VPN client profile configuration package you generated. For certificate authentication and IKEv2/SSTP, you'll see the following files:
3232

3333
* **WindowsAmd64** and **WindowsX86** contain the Windows 64-bit and 32-bit installer packages, respectively. The **WindowsAmd64** installer package is for all supported 64-bit Windows clients, not just AMD.
3434
* **Generic** contains general information used to create your own VPN client configuration. The Generic folder is provided if IKEv2 or SSTP+IKEv2 was configured on the gateway. If only SSTP is configured, then the Generic folder isn’t present.
@@ -42,11 +42,17 @@ You can use the same VPN client configuration package on each Windows client com
4242
>[!NOTE]
4343
>You must have Administrator rights on the Windows client computer from which you want to connect.
4444
45-
1. Select the VPN client configuration files that correspond to the architecture of the Windows computer. For a 64-bit processor architecture, choose the 'VpnClientSetupAmd64' installer package. For a 32-bit processor architecture, choose the 'VpnClientSetupX86' installer package.
45+
### Install the VPN client configuration package
4646

47+
1. Select the VPN client configuration files that correspond to the architecture of the Windows computer. For a 64-bit processor architecture, choose the 'VpnClientSetupAmd64' installer package. For a 32-bit processor architecture, choose the 'VpnClientSetupX86' installer package.
4748
1. Double-click the package to install it. If you see a SmartScreen popup, select **More info**, then **Run anyway**.
4849

49-
1. Install the client certificate. Typically, you can do this by double-clicking the certificate file and providing a password (if required). For more information, see [Install client certificates](point-to-site-how-to-vpn-client-install-azure-cert.md).
50+
### Install the client certificate
51+
52+
Each computer needs a client certificate in order to authenticate. If the client certificate isn't already installed on the local computer, you can install it using the following steps:
53+
54+
1. Locate the client certificate. For more information about client certificates, see [Install client certificates](point-to-site-how-to-vpn-client-install-azure-cert.md).
55+
1. Install the client certificate. Typically, you can do this by double-clicking the certificate file and providing a password (if required).
5056

5157
## Connect
5258

0 commit comments

Comments
 (0)