diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 684e651..98ce43f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: env: DOTNET_VERSION: 6.0.x - BICEP_VERSION: 0.33.93 + BICEP_VERSION: 0.34.44 jobs: build: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edcb4d2..600e360 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: env: DOTNET_VERSION: 6.0.x - BICEP_VERSION: 0.33.93 + BICEP_VERSION: 0.34.44 jobs: publish: diff --git a/azuredeploy.bicep b/azuredeploy.bicep index c143c5f..0d49235 100644 --- a/azuredeploy.bicep +++ b/azuredeploy.bicep @@ -15,6 +15,7 @@ param mailAddress string 'https://acme.zerossl.com/v2/DV90/' 'https://dv.acme-v02.api.pki.goog/directory' 'https://acme.entrust.net/acme2/directory' + 'https://emea.acme.atlas.globalsign.com/directory' ]) param acmeEndpoint string = 'https://acme-v02.api.letsencrypt.org/directory' diff --git a/azuredeploy.json b/azuredeploy.json index dcf2a29..1ef24d8 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,8 +4,8 @@ "metadata": { "_generator": { "name": "bicep", - "version": "0.33.93.31351", - "templateHash": "880883213041086321" + "version": "0.34.44.8038", + "templateHash": "2822401148222526430" } }, "parameters": { @@ -37,7 +37,8 @@ "https://api.buypass.com/acme/directory", "https://acme.zerossl.com/v2/DV90/", "https://dv.acme-v02.api.pki.goog/directory", - "https://acme.entrust.net/acme2/directory" + "https://acme.entrust.net/acme2/directory", + "https://emea.acme.atlas.globalsign.com/directory" ], "metadata": { "description": "Certification authority ACME Endpoint."