Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 10, 2020 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriciosanchez/204bbfdfd263f002ea6aa065050db6e0 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/204bbfdfd263f002ea6aa065050db6e0 to your computer and use it in GitHub Desktop.
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