{
http_port 80
https_port 443
log {
output stdout
level INFO
format console
}
acme_dns acmedns {
config {
"example.com" {
username ""
password ""
subdomain ""
fulldomain ""
server_url "https://auth.acme-dns.io"
}
}
}
}
http://:80 {
respond / "Hello World" 200
}
# This works
example.com {
respond / "Hi from Root" 200
}
# This not work
web.example.com {
respond / "Hi from Web" 200
}
我想 web.example.com 也能使用 example.com 的通配证书