Skip to content

Instantly share code, notes, and snippets.

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 gblmarquez/1a34069cbf1cb9a258b8fe6fe5535e04 to your computer and use it in GitHub Desktop.
Save gblmarquez/1a34069cbf1cb9a258b8fe6fe5535e04 to your computer and use it in GitHub Desktop.
Importar Certificados das Autoridades Certificadoras (ACs) da ICP-Brasil no Azure VMSS
az vmss extension set \
--publisher Microsoft.Compute \
--version 1.8 \
--name CustomScriptExtension \
--resource-group myResouce \
--vmss-name myType \
--settings '{"fileUris":["https://gist.githubusercontent.com/gblmarquez/0124ce6e20ffb7883ecc021673c48417/raw/ad0480d25a438512180bd44925f477a9000146e1/Import-ICPBrasil-CertiticateAuthorities.ps1"],"commandToExecute":"powershell.exe -ExecutionPolicy Unrestricted -File Import-ICPBrasil-CertiticateAuthorities.ps1"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment