diff --git a/lib/hx509/hxtool-commands.in b/lib/hx509/hxtool-commands.in index 1deb7abb4..ef3f23465 100644 --- a/lib/hx509/hxtool-commands.in +++ b/lib/hx509/hxtool-commands.in @@ -230,6 +230,16 @@ command = { type = "flag" help = "verbose logging" } + option = { + long = "max-depth" + type = "integer" + help = "maximum search length of certificate trust anchor" + } + option = { + long = "hostname" + type = "string" + help = "match hostname to certificate" + } argument = "cert:foo chain:cert1 chain:cert2 anchor:anchor1 anchor:anchor2" help = "Verify certificate chain" }