Compare commits

...
Author SHA1 Message Date
autonomic-bot b7bf41057a harden: disable acme-dns registration 2026-08-31 17:14:03 +00:00
autonomic-bot 1c2d5e9f7f fix: use acme-dns sqlite backend 2026-08-31 17:11:52 +00:00
+3 -3
View File
@@ -27,9 +27,9 @@ let
ip = "127.0.0.1"
port = "8080"
tls = "none"
# Bootstrap registration is deliberately temporary. Once the single Lego
# account exists, change this to true in a follow-up reviewed deployment.
disable_registration = false
# The one Lego account was bootstrapped before this configuration was
# hardened. Updates authenticated by that account remain available.
disable_registration = true
corsorigins = []
[logconfig]