Make autocert use HTTP-01 challenge instead of TLS-SNI (#36)

This commit is contained in:
Joona Hoikkala
2018-02-01 10:53:34 +02:00
committed by GitHub
parent 5470ba7a41
commit 562d7cbad4
4 changed files with 10 additions and 1 deletions

View File

@ -52,6 +52,7 @@ type dbsettings struct {
type httpapi struct {
Domain string `toml:"api_domain"`
IP string
AutocertPort string `toml:"autocert_port"`
Port string `toml:"port"`
TLS string
TLSCertPrivkey string `toml:"tls_cert_privkey"`