Skip to content

Commit

Permalink
Add Entrust to the list of available ACME endpoints (#692)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
treidel and shibayan authored Apr 12, 2024
1 parent 906c6fc commit 86d6a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions azuredeploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
5 changes: 3 additions & 2 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.26.54.24096",
"templateHash": "2201744482523837982"
"templateHash": "2724628433207629896"
}
},
"parameters": {
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 86d6a65

Please sign in to comment.