Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Creates a whitelist certification for backend pools.
# step 7 - upload cert for SSL-enabled backend pool resources
$authcert = New-AzApplicationGatewayAuthenticationCertificate `
-Name "whitelistcert" `
-CertificateFile $gatewayCertCerPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment