Thanks for your quick feedback!
I’ve set-up a new (less restricted) environment with a test domain *.ikbennucleus.moe.
The empty lines where only added to seperate the request from the starting up and shuting down of caddy.
Here are the raw configs and logs:
root@caddytest /etc/caddy # /usr/local/bin/caddy run --config=/etc/caddy/caddy-certs.conf
2020/02/10 18:36:27.547 INFO using provided configuration {"config_file": "/etc/caddy/caddy-certs.conf", "config_adapter": ""}
2020/02/10 18:36:27.549 INFO admin admin endpoint started {"address": "localhost:2019", "enforce_origin": false, "origins": ["localhost:2019"]}
2020/02/10 19:36:27 [INFO][cache:0xc0003938b0] Started certificate maintenance routine
2020/02/10 18:36:27.552 INFO tls cleaned up storage units
2020/02/10 18:36:27.553 INFO autosaved config {"file": "/root/.config/caddy/autosave.json"}
2020/02/10 18:36:27.553 INFO serving initial configuration
2020/02/10 19:36:35 [INFO] Obtaining new certificate for caddytest.ikbennucleus.moe
2020/02/10 19:36:36 [INFO][caddytest.ikbennucleus.moe] Obtain certificate
2020/02/10 19:36:36 [INFO][caddytest.ikbennucleus.moe] Obtain: Waiting on rate limiter...
2020/02/10 19:36:36 [INFO][caddytest.ikbennucleus.moe] Obtain: Done waiting
2020/02/10 19:36:36 [INFO] [caddytest.ikbennucleus.moe] acme: Obtaining bundled SAN certificate
2020/02/10 19:36:36 http: TLS handshake error from 127.0.0.1:21272: EOF
2020/02/10 19:36:37 [INFO] [caddytest.ikbennucleus.moe] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/2746345057
2020/02/10 19:36:37 [INFO] [caddytest.ikbennucleus.moe] acme: use tls-alpn-01 solver
2020/02/10 19:36:37 [INFO] [caddytest.ikbennucleus.moe] acme: Trying to solve TLS-ALPN-01
2020/02/10 19:36:41 [INFO] [caddytest.ikbennucleus.moe] The server validated our request
2020/02/10 19:36:41 [INFO] [caddytest.ikbennucleus.moe] acme: Validations succeeded; requesting certificates
2020/02/10 19:36:41 [INFO] [caddytest.ikbennucleus.moe] Server responded with a certificate.
2020/02/10 18:36:43.036 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:34374", "host": "caddytest.ikbennucleus.moe", "headers": {"User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Dnt": ["1"], "Upgrade-Insecure-Requests": ["1"], "Te": ["trailers"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:36:43 +0100] \"GET / HTTP/2.0\" 0 0", "latency": 0.000005386, "size": 0, "status": 0, "resp_headers": {"Server": ["Caddy"]}}
2020/02/10 18:36:43.151 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/favicon.ico", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:34374", "host": "caddytest.ikbennucleus.moe", "headers": {"User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Dnt": ["1"], "Te": ["trailers"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:36:43 +0100] \"GET /favicon.ico HTTP/2.0\" 0 0", "latency": 0.000006171, "size": 0, "status": 0, "resp_headers": {"Server": ["Caddy"]}}
^C2020/02/10 18:36:47.365 INFO shutting down {"signal": "SIGINT"}
2020/02/10 19:36:47 [INFO][cache:0xc0003938b0] Stopped certificate maintenance routine
2020/02/10 18:36:47.366 INFO shutdown done {"signal": "SIGINT"}
root@caddytest /etc/caddy # cat /etc/caddy/caddy-certs.conf
{
"apps": {
"http": {
"servers": {
"srv0": {
"automatic_https": {
"disable": false,
"ignore_loaded_certificates": false
},
"listen": [
":80",
":443"
],
"logs": {},
"routes": [
{
"handle": [
{
"handler": "subroute",
"routes": [
{
"handle": [
{
"handler": "reverse_proxy",
"health_checks": {
"active": {
"expect_status": 2,
"path": "/"
}
},
"transport": {
"protocol": "http",
"read_buffer_size": 4096
},
"upstreams": [
{
"dial": "127.0.0.1:80"
}
]
}
],
"match": [
{
"path": [
"/"
]
}
]
}
]
}
],
"match": [
{
"host": [
""
]
}
],
"terminal": true
}
],
"tls_connection_policies": [
{}
]
}
}
},
"tls": {
"automation": {
"on_demand": {},
"policies": [
{
"management": {
"module": "acme",
"on_demand": true
}
}
]
}
}
}
}
root@caddytest /etc/caddy # /usr/local/bin/caddy run --config=/etc/caddy/caddy-proxy.conf
2020/02/10 18:40:58.922 INFO using provided configuration {"config_file": "/etc/caddy/caddy-proxy.conf", "config_adapter": ""}
2020/02/10 18:40:58.923 INFO admin admin endpoint started {"address": "localhost:2019", "enforce_origin": false, "origins": ["localhost:2019"]}
2020/02/10 18:40:58.923 INFO http enabling automatic HTTP->HTTPS redirects {"server_name": "srv0"}
2020/02/10 18:40:58.923 WARN http server is listening on same interface as redirects, so automatic HTTP->HTTPS redirects might be overridden by your own configuration {"server_name": "srv0", "interface": ":80"}
2020/02/10 18:40:58.924 INFO http enabling automatic TLS certificate management {"domains": ["caddytest.ikbennucleus.moe"]}
2020/02/10 19:40:58 [INFO][cache:0xc000383590] Started certificate maintenance routine
2020/02/10 18:40:58.927 INFO tls cleaned up storage units
2020/02/10 18:40:58.927 INFO autosaved config {"file": "/root/.config/caddy/autosave.json"}
2020/02/10 18:40:58.927 INFO serving initial configuration
2020/02/10 18:41:19.455 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Accept-Encoding": ["gzip, deflate, br"], "Dnt": ["1"], "Upgrade-Insecure-Requests": ["1"], "Cache-Control": ["max-age=0"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"], "Accept-Language": ["en-GB,en;q=0.5"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET / HTTP/2.0\" 200 3918", "latency": 0.021155773, "size": 3918, "status": 200, "resp_headers": {"Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Content-Type": ["text/html"], "Content-Length": ["3918"], "Server": ["Caddy", "nginx"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"f4e-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"]}}
2020/02/10 18:41:19.735 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/css/style.css", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/"], "Dnt": ["1"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["text/css,*/*;q=0.1"], "Accept-Language": ["en-GB,en;q=0.5"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /css/style.css HTTP/2.0\" 200 4849", "latency": 0.007918054, "size": 4849, "status": 200, "resp_headers": {"Content-Length": ["4849"], "Server": ["Caddy", "nginx"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"12f1-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Content-Type": ["text/css"]}}
2020/02/10 18:41:19.739 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/logo.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/"], "Dnt": ["1"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/logo.png HTTP/2.0\" 200 18187", "latency": 0.01120908, "size": 18187, "status": 200, "resp_headers": {"Content-Type": ["image/png"], "Content-Length": ["18187"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"470b-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Server": ["Caddy", "nginx"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"]}}
2020/02/10 18:41:19.773 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/globe.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"], "Dnt": ["1"], "Te": ["trailers"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/globe.png HTTP/2.0\" 200 49609", "latency": 0.006905361, "size": 49609, "status": 200, "resp_headers": {"Server": ["Caddy", "nginx"], "Etag": ["\"c1c9-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Content-Type": ["image/png"], "Content-Length": ["49609"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"]}}
2020/02/10 18:41:19.802 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/twitter.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"], "Dnt": ["1"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/twitter.png HTTP/2.0\" 200 2302", "latency": 0.008287036, "size": 2302, "status": 200, "resp_headers": {"Server": ["Caddy", "nginx"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"8fe-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Content-Type": ["image/png"], "Content-Length": ["2302"]}}
2020/02/10 18:41:19.804 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/blog.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Dnt": ["1"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/blog.png HTTP/2.0\" 200 2328", "latency": 0.011222859, "size": 2328, "status": 200, "resp_headers": {"Content-Type": ["image/png"], "Content-Length": ["2328"], "Server": ["Caddy", "nginx"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"918-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"]}}
2020/02/10 18:41:19.805 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/forum.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"], "Dnt": ["1"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/forum.png HTTP/2.0\" 200 3425", "latency": 0.012101659, "size": 3425, "status": 200, "resp_headers": {"Content-Type": ["image/png"], "Content-Length": ["3425"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"d61-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Server": ["Caddy", "nginx"]}}
2020/02/10 18:41:19.805 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/knowledge-base.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Dnt": ["1"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/knowledge-base.png HTTP/2.0\" 200 1495", "latency": 0.011922754, "size": 1495, "status": 200, "resp_headers": {"Content-Type": ["image/png"], "Content-Length": ["1495"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"5d7-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Server": ["Caddy", "nginx"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"]}}
2020/02/10 18:41:19.808 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/facebook.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"], "Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"], "Dnt": ["1"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/facebook.png HTTP/2.0\" 200 1933", "latency": 0.014063388, "size": 1933, "status": 200, "resp_headers": {"Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Content-Type": ["image/png"], "Content-Length": ["1933"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"78d-5952c97a7a7c0\""], "Accept-Ranges": ["bytes"], "Server": ["Caddy", "nginx"]}}
2020/02/10 18:41:19.808 INFO http.log.access handled request {"request": {"method": "GET", "uri": "/img/linkedin.png", "proto": "HTTP/2.0", "remote_addr": "193.239.211.227:33104", "host": "caddytest.ikbennucleus.moe", "headers": {"Accept": ["image/webp,*/*"], "Accept-Language": ["en-GB,en;q=0.5"], "Accept-Encoding": ["gzip, deflate, br"], "Referer": ["https://caddytest.ikbennucleus.moe/css/style.css"], "Dnt": ["1"], "Te": ["trailers"], "User-Agent": ["Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"]}, "tls": {"resumed": false, "version": 772, "ciphersuite": 4865, "proto": "h2", "proto_mutual": true, "server_name": "caddytest.ikbennucleus.moe"}}, "common_log": "193.239.211.227 - -- [10/Feb/2020:19:41:19 +0100] \"GET /img/linkedin.png HTTP/2.0\" 200 737", "latency": 0.013647932, "size": 737, "status": 200, "resp_headers": {"Content-Length": ["737"], "Last-Modified": ["Fri, 18 Oct 2019 10:13:59 GMT"], "Etag": ["\"2e1-5952c97a7a7c0\""], "Server": ["Caddy", "nginx"], "Accept-Ranges": ["bytes"], "Date": ["Mon, 10 Feb 2020 18:41:19 GMT"], "Content-Type": ["image/png"]}}
^C2020/02/10 18:41:23.061 INFO shutting down {"signal": "SIGINT"}
2020/02/10 19:41:23 [INFO][cache:0xc000383590] Stopped certificate maintenance routine
2020/02/10 18:41:23.562 INFO shutdown done {"signal": "SIGINT"}
root@caddytest /etc/caddy # cat /etc/caddy/caddy-proxy.conf | jq
{
"apps": {
"http": {
"servers": {
"srv0": {
"automatic_https": {
"disable": false,
"ignore_loaded_certificates": false
},
"listen": [
":80",
":443"
],
"logs": {},
"routes": [
{
"handle": [
{
"handler": "subroute",
"routes": [
{
"handle": [
{
"handler": "reverse_proxy",
"headers": {
"request": {
"set": {
"Host": [
"{http.request.host}"
],
"X-Forwarded-For": [
"{http.request.remote}"
],
"X-Forwarded-Port": [
"{http.request.port}"
],
"X-Forwarded-Proto": [
"{http.request.scheme}"
],
"X-Real-Ip": [
"{http.request.remote}"
]
}
}
},
"upstreams": [
{
"dial": "127.0.0.1:80"
}
]
}
]
}
]
}
],
"match": [
{
"host": [
"caddytest.ikbennucleus.moe"
]
}
]
}
]
}
}
}
}
}
The logs from the second config again with a new domain:
2020/02/10 18:46:16.857 INFO using provided configuration {"config_file": "/etc/caddy/caddy-proxy.conf", "config_adapter": ""}
2020/02/10 18:46:16.859 INFO admin admin endpoint started {"address": "localhost:2019", "enforce_origin": false, "origins": ["localhost:2019"]}
2020/02/10 18:46:16.859 INFO http enabling automatic HTTP->HTTPS redirects {"server_name": "srv0"}
2020/02/10 18:46:16.859 WARN http server is listening on same interface as redirects, so automatic HTTP->HTTPS redirects might be overridden by your own configuration {"server_name": "srv0", "interface": ":80"}
2020/02/10 18:46:16.859 INFO http enabling automatic TLS certificate management {"domains": ["caddytest.ikbennucleus.moe"]}
2020/02/10 19:46:16 [INFO][cache:0xc00043e910] Started certificate maintenance routine
2020/02/10 18:46:16.862 INFO tls cleaned up storage units
2020/02/10 18:46:16.863 INFO autosaved config {"file": "/root/.config/caddy/autosave.json"}
2020/02/10 18:46:16.863 INFO serving initial configuration
2020/02/10 19:46:31 http: TLS handshake error from 193.239.211.227:33710: no certificate available for 'somenewdomain.ikbennucleus.moe'
^C2020/02/10 18:46:37.512 INFO shutting down {"signal": "SIGINT"}
2020/02/10 19:46:37 [INFO][cache:0xc00043e910] Stopped certificate maintenance routine
2020/02/10 18:46:37.513 INFO shutdown done {"signal": "SIGINT"}