add selection on KU and printing to query

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-05 19:35:13 +00:00
parent 35287059cf
commit caa0fe8295
2 changed files with 45 additions and 11 deletions

View File

@@ -344,6 +344,21 @@ command = {
argument = "name"
help = "match on friendly name"
}
option = {
long = "keyEncipherment"
type = "flag"
help = "match keyEncipherment certificates"
}
option = {
long = "digitalSignature"
type = "flag"
help = "match digitalSignature certificates"
}
option = {
long = "print"
type = "flag"
help = "print matches"
}
option = {
long = "pass"
type = "strings"