8000 Added GlobalSign Atlas ACME endpoint by shibayan · Pull Request #833 · shibayan/keyvault-acmebot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added GlobalSign Atlas ACME endpoint #833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
DOTNET_VERSION: 6.0.x
BICEP_VERSION: 0.33.93
BICEP_VERSION: 0.34.44

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
DOTNET_VERSION: 6.0.x
BICEP_VERSION: 0.33.93
BICEP_VERSION: 0.34.44

jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions azuredeploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
7 changes: 4 additions & 3 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.33.93.31351",
"templateHash": "880883213041086321"
"version": "0.34.44.8038",
"templateHash": "2822401148222526430"
}
},
"parameters": {
Expand Down Expand Up @@ -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."
Expand Down
0