You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/vpn-gateway-certificates-export-public-key-include.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
author: cherylmc
3
3
ms.service: vpn-gateway
4
4
ms.topic: include
5
-
ms.date: 07/06/2022
5
+
ms.date: 06/19/2024
6
6
ms.author: cherylmc
7
7
8
8
# this include is used for both Virtual WAN and VPN Gateway articles. Any changes you make must apply address both services.
@@ -11,29 +11,29 @@ After you create a self-signed root certificate, export the root certificate .ce
11
11
12
12
1. To get the certificate *.cer* file, open **Manage user certificates**.
13
13
14
-
Locate the self-signed root certificate, typically in "Certificates - Current User\Personal\Certificates", and right-click. Click**All Tasks** -> **Export**. This opens the **Certificate Export Wizard**.
14
+
Locate the self-signed root certificate, typically in **Certificates - Current User\Personal\Certificates**, and right-click. Select**All Tasks** -> **Export**. This opens the **Certificate Export Wizard**.
15
15
16
-
If you can't find the certificate under "Current User\Personal\Certificates", you may have accidentally opened "Certificates - Local Computer", rather than "Certificates - Current User".
16
+
If you can't find the certificate under "Current User\Personal\Certificates", you might have accidentally opened **Certificates - Local Computer**, rather than **Certificates - Current User**.
17
17
18
18
:::image type="content" source="./media/vpn-gateway-certificates-export-public-key-include/export.png" alt-text="Screenshot shows the Certificates window with All Tasks then Export selected." lightbox="./media/vpn-gateway-certificates-export-public-key-include/export.png":::
19
19
20
-
1. In the wizard, click**Next**.
20
+
1. In the wizard, select**Next**.
21
21
22
-
1. Select **No, do not export the private key**, and then click**Next**.
22
+
1. Select **No, do not export the private key**, and then select**Next**.
23
23
24
24
:::image type="content" source="./media/vpn-gateway-certificates-export-public-key-include/not-private-key.png" alt-text="Screenshot shows Do not export the private key." lightbox="./media/vpn-gateway-certificates-export-public-key-include/not-private-key.png":::
25
25
26
-
1. On the **Export File Format** page, select **Base-64 encoded X.509 (.CER).**, and then click**Next**.
26
+
1. On the **Export File Format** page, select **Base-64 encoded X.509 (.CER).**, and then select**Next**.
1. For **File to Export**, **Browse** to the location to which you want to export the certificate. For **File name**, name the certificate file. Then, click**Next**.
30
+
1. For **File to Export**, **Browse** to the location to which you want to export the certificate. For **File name**, name the certificate file. Then, select**Next**.
31
31
32
-
1.Click**Finish** to export the certificate.
32
+
1.Select**Finish** to export the certificate.
33
33
34
-
1. You'll see a confirmation saying "The export was successful".
34
+
1. You see a confirmation saying **The export was successful**.
35
35
36
-
1. Go to the location where you exported the certificate and open it using a text editor, such as Notepad. If you exported the certificate in the required Base-64 encoded X.509 (.CER) format, you'll see text similar to the following example. The section highlighted in blue contains the information that you copy and upload to Azure.
36
+
1. Go to the location where you exported the certificate and open it using a text editor, such as Notepad. If you exported the certificate in the required Base-64 encoded X.509 (.CER) format, you see text similar to the following example. The section highlighted in blue contains the information that you copy and upload to Azure.
37
37
38
38
:::image type="content" source="./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="./media/vpn-gateway-certificates-export-public-key-include/notepad-file.png":::
0 commit comments