Skip to content

Commit 89258ba

Browse files
authored
Merge pull request #203514 from cherylmc/globl-hub
add xml tags
2 parents 345fb77 + b0a379a commit 89258ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/virtual-wan/openvpn-azure-ad-client.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66

77
ms.service: virtual-wan
88
ms.topic: how-to
9-
ms.date: 03/24/2022
9+
ms.date: 06/30/2022
1010
ms.author: cherylmc
1111

1212
---
@@ -150,7 +150,7 @@ These steps help you configure your connection to connect automatically with Alw
150150

151151
You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dnssufix> \</dnssufix>\</dnssuffixes>** tags.
152152

153-
```
153+
```xml
154154
<azvpnprofile>
155155
<clientconfig>
156156

@@ -168,7 +168,7 @@ You can modify the downloaded profile XML file and add the **\<dnssuffixes>\<dns
168168

169169
You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnsserver> \</dnsserver>\</dnsservers>** tags.
170170

171-
```
171+
```xml
172172
<azvpnprofile>
173173
<clientconfig>
174174

@@ -187,9 +187,9 @@ You can modify the downloaded profile XML file and add the **\<dnsservers>\<dnss
187187
188188
### <a name="multi-cert"></a>Can I specify multiple certificates for the VPN client?
189189

190-
If you have 2 hubs for your virtual WAN that are each configured for P2S User VPN and use the same VPN configuration, and that configuration is configured to use multiple certificates, you can now configure the VPN clients for multiple certificates. This means that if one certificate can't be used for any reason, the other certificate can still be used for authentication. Previously, you couldn't configure the client with the settings for both certificates. Go to the Virtual WAN -> User VPN configurations page, select the User VPN configuration used by both hubs, then select **Download virtual WAN user VPN profile** to download the global user VPN profile (rather than the hub profile). The files you download contain the root end certificates.
190+
If you have 2 hubs for your virtual WAN that are each configured for P2S User VPN and use the same VPN configuration, and that configuration is configured to use multiple certificates, you can now configure the VPN clients for multiple certificates. This means that if one certificate can't be used for any reason, the other certificate can still be used for authentication. Previously, you couldn't configure the client with the settings for both certificates.
191191

192-
You can configure multiple certificate support on the client side by either using the Azure VPN Client interface (version 2.1963.44.0 or higher), or by using multiple certificate tags in the xml profile.
192+
To configure, go to the Virtual WAN -> User VPN configurations page. Select the User VPN configuration used by both hubs, then select **Download virtual WAN user VPN profile** to download the global user VPN profile (rather than the hub profile). The files you download contain the root end certificates. You can configure multiple certificate support on the client side by either using the Azure VPN Client interface (version 2.1963.44.0 or higher), or by modifying the xml profile to include multiple certificate tags.
193193

194194
Example:
195195

@@ -224,7 +224,7 @@ Example:
224224

225225
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
226226

227-
```
227+
```xml
228228
<azvpnprofile>
229229
<clientconfig>
230230

@@ -242,7 +242,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
242242

243243
You can modify the downloaded profile XML file and add the **\<includeroutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</includeroutes>** tags.
244244

245-
```
245+
```xml
246246
<azvpnprofile>
247247
<clientconfig>
248248

@@ -263,7 +263,7 @@ You can modify the downloaded profile XML file and add the **\<includeroutes>\<r
263263

264264
You can modify the downloaded profile XML file and add the **\<excluderoutes>\<route>\<destination>\<mask> \</destination>\</mask>\</route>\</excluderoutes>** tags.
265265

266-
```
266+
```xml
267267
<azvpnprofile>
268268
<clientconfig>
269269

@@ -281,7 +281,7 @@ You can modify the downloaded profile XML file and add the **\<excluderoutes>\<r
281281

282282
You can import the profile from a command-line prompt by placing the downloaded **azurevpnconfig.xml** file in the **%userprofile%\AppData\Local\Packages\Microsoft.AzureVpn_8wekyb3d8bbwe\LocalState** folder and running the following command:
283283

284-
```
284+
```xml
285285
azurevpn -i azurevpnconfig.xml
286286
```
287287
To force the import, use the **-f** switch.

0 commit comments

Comments
 (0)