Add pkcs10-create command.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16965 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-02 20:15:40 +00:00
parent 3a78c8c3a4
commit 6a07652c01

View File

@@ -233,6 +233,16 @@ command = {
argument="outfile certs ..."
help = "Fetch OCSP responses for the following certs"
}
command = {
name = "pkcs10-create"
option = {
long = "verbose"
type = "flag"
help = "verbose status"
}
min_args="0"
help = "Create PKCS10 requests"
}
command = {
name = "pkcs10-print"
option = {