brent-robinson / posh-acme-azure-example

Example using the Posh-ACME PowerShell module to orchestrate TLS certificate issuance using ACME in Azure with Azure DevOps
https://medium.com/@brentrobinson5/automating-certificate-management-with-azure-and-lets-encrypt-fee6729e2b78
MIT License
30 stars 25 forks source link

Update to get password from Get-PAOrder #2

Closed stuartleeks closed 3 years ago

stuartleeks commented 3 years ago

Update to get the certificate password from Get-PAOrder as it is no longer included in the JSON in 4.0.0 (as per https://github.com/rmbolger/Posh-ACME/issues/302#issuecomment-752716880)

Fixes #1