mod template for gw configuration

This commit is contained in:
Srđan Božović
2019-05-05 21:48:14 +02:00
committed by GitHub
parent d1ca907b9b
commit 2adc780721
@@ -77,10 +77,6 @@
"name": "Standard",
"tier": "Standard"
},
"vpnClientProtocols": [
"IkeV2",
"SSTP"
],
"gatewayType": "Vpn",
"vpnType": "RouteBased",
"enableBgp": "false",
@@ -90,6 +86,10 @@
"[parameters('vpnClientAddressPoolPrefix')]"
]
},
"vpnClientProtocols": [
"IkeV2",
"SSTP"
],
"vpnClientRootCertificates": [
{
"name": "[variables('clientRootCertName')]",
@@ -102,4 +102,4 @@
}
}
]
}
}