From 86d6a656b2064d6c4ff2f343b8ecf6ab39507cdf Mon Sep 17 00:00:00 2001 From: treidel Date: Thu, 11 Apr 2024 22:38:03 -0400 Subject: [PATCH] Add Entrust to the list of available ACME endpoints (#692) * Add entrust to the list of available ACME endpoints * Update azuredeploy.bicep to add Entrust as an allowed option * Rebuild bicep template --------- Co-authored-by: Tatsuro Shibamura --- azuredeploy.bicep | 1 + azuredeploy.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/azuredeploy.bicep b/azuredeploy.bicep index b27579f9..376f5436 100644 --- a/azuredeploy.bicep +++ b/azuredeploy.bicep @@ -14,6 +14,7 @@ param mailAddress string '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' ]) param acmeEndpoint string = 'https://acme-v02.api.letsencrypt.org/directory' diff --git a/azuredeploy.json b/azuredeploy.json index bcaf0b3d..16911632 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.26.54.24096", - "templateHash": "2201744482523837982" + "templateHash": "2724628433207629896" } }, "parameters": { @@ -36,7 +36,8 @@ "https://acme-v02.api.letsencrypt.org/directory", "https://api.buypass.com/acme/directory", "https://acme.zerossl.com/v2/DV90/", - "https://dv.acme-v02.api.pki.goog/directory" + "https://dv.acme-v02.api.pki.goog/directory", + "https://acme.entrust.net/acme2/directory" ], "metadata": { "description": "Certification authority ACME Endpoint."