Add --type and --pk-init-principal

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19579 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-30 14:45:49 +00:00
parent b9b64d6c30
commit b5c3feb43f

View File

@@ -446,6 +446,16 @@ command = {
type = "string" type = "string"
help = "Issued certificate" help = "Issued certificate"
} }
option = {
long = "type"
type = "strings"
help = "Type of certificate to issue"
}
option = {
long = "pk-init-principal"
type = "string"
help = "PK-INIT principal (for SAN)"
}
option = { option = {
long = "req" long = "req"
type = "string" type = "string"