aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/acme/main.go')
-rw-r--r--cmd/acme/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/acme/main.go b/cmd/acme/main.go
index 070bba3..48b9ba0 100644
--- a/cmd/acme/main.go
+++ b/cmd/acme/main.go
@@ -3,6 +3,7 @@ package main
import (
"flag"
+ "fmt"
"log"
"os"
"runtime/trace"
@@ -72,6 +73,8 @@ func main() {
if err != nil {
log.Fatal(err)
}
+ fmt.Printf("%+v\n", conf)
+ return
var httpSol, tlsSol acme.Solver
if conf.Defaults.Listen != "" {