docs: minor formatting improvement

This commit is contained in:
albertony 2024-05-13 12:34:56 +02:00
parent cd76fd9219
commit 1890608f55

View File

@ -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").