amcedns to enable Let's Encrypt DNS-01 challenges
Some checks failed
/ Ansible Lint (push) Failing after 38s
Some checks failed
/ Ansible Lint (push) Failing after 38s
This commit is contained in:
parent
c33ae36af3
commit
0f3cd2c70a
11 changed files with 463 additions and 1 deletions
|
|
@ -0,0 +1,13 @@
|
|||
reverse_proxy = true
|
||||
http_address="0.0.0.0:4180"
|
||||
cookie_secret="{{ secret__oidc_cookie_secret }}"
|
||||
email_domains="*"
|
||||
|
||||
# dex provider
|
||||
oidc_issuer_url="https://id.hamburg.ccc.de/realms/ccchh"
|
||||
provider="oidc"
|
||||
provider_display_name="CCCHH ID"
|
||||
client_id="acmedns"
|
||||
client_secret="{{ secret__oidc_client_secret }}"
|
||||
redirect_url="https://acmedns.hamburg.ccc.de/oauth2/callback"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue