Skip to content

Commit 5f0d8f9

Browse files
authored
Merge pull request #264230 from cherylmc/p2s-serv
update screenshots
2 parents b2a4a92 + 996f27e commit 5f0d8f9

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed
-14.1 KB
Loading

articles/vpn-gateway/vpn-gateway-howto-point-to-site-resource-manager-portal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure VPN Gateway server settings for P2S configur
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 08/11/2023
8+
ms.date: 01/25/2024
99
ms.author: cherylmc
1010

1111
---
@@ -156,13 +156,12 @@ For this exercise, select **Azure certificate** for the authentication type. If
156156

157157
In this section, you upload public root certificate data to Azure. Once the public certificate data is uploaded, Azure can use it to authenticate clients that have installed a client certificate generated from the trusted root certificate.
158158

159-
1. Navigate to your **Virtual network gateway -> Point-to-site configuration** page in the **Root certificate** section. This section is only visible if you have selected **Azure certificate** for the authentication type.
160159
1. Make sure that you exported the root certificate as a **Base-64 encoded X.509 (.CER)** file in the previous steps. You need to export the certificate in this format so you can open the certificate with text editor. You don't need to export the private key.
161160

162-
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/export-base-64.png" alt-text="Screenshot showing export as Base-64 encoded X.509." lightbox="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/export-base-64-expand.png" :::
163161
1. Open the certificate with a text editor, such as Notepad. When copying the certificate data, make sure that you copy the text as one continuous line without carriage returns or line feeds. You may need to modify your view in the text editor to 'Show Symbol/Show all characters' to see the carriage returns and line feeds. Copy only the following section as one continuous line:
164162

165163
:::image type="content" source="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/notepad-root-cert.png" alt-text="Screenshot showing root certificate information in Notepad." border="false" lightbox="./media/vpn-gateway-howto-point-to-site-resource-manager-portal/notepad-root-cert-expand.png":::
164+
1. Navigate to your **Virtual network gateway -> Point-to-site configuration** page in the **Root certificate** section. This section is only visible if you have selected **Azure certificate** for the authentication type.
166165
1. In the **Root certificate** section, you can add up to 20 trusted root certificates.
167166

168167
* Paste the certificate data into the **Public certificate data** field.

0 commit comments

Comments
 (0)