aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-27 14:10:56 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-27 14:10:56 +0100
commita34f2774f2fca54f1e23589458ad856b426dd787 (patch)
tree7dae9cecf70bd80af0cfdbc1d65fb4c9d166450d /cmd
parentc187bfb299cc0cf28237f7dbac722ae9c8fbd50b (diff)
Add more bits
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 != "" {