From 0608cd43b2151071e785d91cfe770d752f1712d0 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Wed, 14 Sep 2022 22:20:27 +0200 Subject: [PATCH] use cert2json executable --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6cf652e..2846fbd 100644 --- a/main.go +++ b/main.go @@ -121,7 +121,7 @@ Options: -h --help Show this screen -b --build Print version and build information and exit -v --version Print version information and exit - --json-converter=JSONCONVERTER Path to json converter script [default: /usr/bin/cert2json.py] + --json-converter=JSONCONVERTER Path to json converter script [default: /usr/bin/cert2json] --listen-address=LISTENADDRESS Web server address. Check Go net/http documentation [default: any] --listen-port=LISTENPORT Web server port [default: 8000] --verbose Log also successful connections -- GitLab