From 1d823b058aabb2ab2fe975b8a36d9ec2c1e288b2 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <massimiliano.adamo@geant.org> Date: Sun, 11 Apr 2021 15:11:17 +0200 Subject: [PATCH] minor --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bfc7372..1e5868e 100644 --- a/main.go +++ b/main.go @@ -398,7 +398,7 @@ Options: --fullchain-destination=FULLCHAINDESTINATION Full Chain Destination[default: %v/<cert-name>_fullchain.crt] --key-destination=KEYDESTINATION Key Destination [default: %v/<cert-name>.key] --ca-destination=CADESTINATION CA Destination [default: %v/COMODO_<type>.crt] - --wildcard The certificate is wildcard + --wildcard The certificate type is wildcard `, CertBase, CertBase, KeyBase, CertBase) arguments, _ := docopt.Parse(usage, nil, true, appVersion, false) -- GitLab