aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/acme/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 38dc72d..7b3054c 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -92,6 +92,10 @@ func main() {
}
httpSol := acme.NewHTTPSolver(conf.Defaults.Listen)
+ tlsSol := acme.NewTLSSolver(conf.Defaults.ListenTLS)
+
+ tlsSol.Solve("a", "B")
+ return
for k, des := range conf.Desire {
if des.Webroot != "" {