From 1890608f553871e2926d04720be62446c1345776 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Mon, 13 May 2024 12:34:56 +0200 Subject: [PATCH] docs: minor formatting improvement --- lib/http/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/server.go b/lib/http/server.go index fff3a2b0e..3e782d2d4 100644 --- a/lib/http/server.go +++ b/lib/http/server.go @@ -70,7 +70,7 @@ of that with the CA certificate. ` + "`--k{{ .Prefix }}ey`" + ` should be the P private key and ` + "`--{{ .Prefix }}client-ca`" + ` should be the PEM encoded client certificate authority certificate. ---{{ .Prefix }}min-tls-version is minimum TLS version that is acceptable. Valid +` + "`--{{ .Prefix }}min-tls-version`" + ` is minimum TLS version that is acceptable. Valid values are "tls1.0", "tls1.1", "tls1.2" and "tls1.3" (default "tls1.0").