add --hostname add --max-depth

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21276 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-25 04:50:40 +00:00
parent 9341a7ec42
commit c5e18ae5eb

View File

@@ -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"
}