Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8de2b125e9 | ||
|
|
1c70b9e61a | ||
|
|
b7bf41057a | ||
|
|
1c2d5e9f7f |
@@ -14,6 +14,7 @@ let
|
|||||||
nsadmin = "hostmaster.commoninternet.net"
|
nsadmin = "hostmaster.commoninternet.net"
|
||||||
records = [
|
records = [
|
||||||
"acme.commoninternet.net. NS ns-acme.commoninternet.net.",
|
"acme.commoninternet.net. NS ns-acme.commoninternet.net.",
|
||||||
|
"ns-acme.commoninternet.net. A 91.98.47.73",
|
||||||
]
|
]
|
||||||
debug = false
|
debug = false
|
||||||
|
|
||||||
@@ -27,9 +28,9 @@ let
|
|||||||
ip = "127.0.0.1"
|
ip = "127.0.0.1"
|
||||||
port = "8080"
|
port = "8080"
|
||||||
tls = "none"
|
tls = "none"
|
||||||
# Bootstrap registration is deliberately temporary. Once the single Lego
|
# The one Lego account was bootstrapped before this configuration was
|
||||||
# account exists, change this to true in a follow-up reviewed deployment.
|
# hardened. Updates authenticated by that account remain available.
|
||||||
disable_registration = false
|
disable_registration = true
|
||||||
corsorigins = []
|
corsorigins = []
|
||||||
|
|
||||||
[logconfig]
|
[logconfig]
|
||||||
|
|||||||
Reference in New Issue
Block a user