Skip to content

Commit 90b88f5

Browse files
Merge pull request #228868 from stegag/patch-42
Update point-to-site-vpn-client-configuration-radius-certificate.md
2 parents ec54b79 + 1a6038e commit 90b88f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/vpn-gateway/point-to-site-vpn-client-configuration-radius-certificate.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ You can generate the VPN client configuration files by using the Azure portal, o
5151
1. Navigate to the virtual network gateway.
5252
1. Click **Point-to-Site configuration**.
5353
1. Click **Download VPN client**.
54-
1. Select the client and fill out any information that is requested.
54+
1. Select the client and fill out any information that is requested. Depending on the configuration, you might be requested to upload the Radius root certificate to the portal. Export the certificate in the required Base-64 encoded X.509 (.CER) format and open it using a text editor, such as Notepad. You'll see text similar to the following example. The section highlighted in blue contains the information that you copy and upload to Azure.
55+
56+
57+
:::image type="content" source="../../includes/media/vpn-gateway-certificates-export-public-key-include/notepad-file.png" alt-text="Screenshot shows the CER file open in Notepad with the certificate data highlighted." lightbox="../../includes/media/vpn-gateway-certificates-export-public-key-include/notepad-file.png":::
58+
59+
If your file doesn't look similar to the example, typically that means you didn't export it using the Base-64 encoded X.509(.CER) format. Additionally, if you use a text editor other than Notepad, understand that some editors can introduce unintended formatting in the background. This can create problems when uploaded the text from this certificate to Azure.
60+
5561
1. Click **Download** to generate the .zip file.
5662
1. The .zip file will download, typically to your Downloads folder.
5763

0 commit comments

Comments
 (0)