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
27
resources/chaosknoten/acmedns/docker_compose/acmedns.cfg.j2
Normal file
27
resources/chaosknoten/acmedns/docker_compose/acmedns.cfg.j2
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# https://github.com/joohoi/acme-dns?tab=readme-ov-file#configuration
|
||||
[general]
|
||||
protocol = "both"
|
||||
domain = "auth.acmedns.hamburg.ccc.de"
|
||||
nsname = "acmedns.hosts.hamburg.ccc.de"
|
||||
nsadmin = "noc.lists.hamburg.ccc.de"
|
||||
records = [
|
||||
"auth.acmedns.hamburg.ccc.de. CNAME public-reverse-proxy.hamburg.ccc.de.",
|
||||
"auth.acmedns.hamburg.ccc.de. NS acmedns.hosts.hamburg.ccc.de.",
|
||||
]
|
||||
|
||||
[database]
|
||||
engine = "sqlite3"
|
||||
connection = "/var/lib/acme-dns/acme-dns.db"
|
||||
|
||||
[api]
|
||||
ip = "0.0.0.0"
|
||||
port = "80"
|
||||
tls = "none"
|
||||
corsorigins = [
|
||||
"*"
|
||||
]
|
||||
|
||||
[logconfig]
|
||||
loglevel = "debug"
|
||||
logtype = "stdout"
|
||||
logformat = "text"
|
||||
Loading…
Add table
Add a link
Reference in a new issue