Skip to content

Commit

Permalink
Add entrust to the list of available ACME endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
treidel authored Apr 3, 2024
1 parent 95610d5 commit 78e3403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azuredeploy.json
Original file line number Diff line number Diff line change
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 Expand Up @@ -226,4 +227,4 @@
"value": "[if(parameters('createWithKeyVault'), variables('keyVaultName'), '')]"
}
}
}
}

0 comments on commit 78e3403

Please sign in to comment.