add ca --crl-uri

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20104 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-31 15:54:40 +00:00
parent c9d7b42f9d
commit f2b0cd7d5a

View File

@@ -548,7 +548,12 @@ command = {
option = {
long = "key-bits"
type = "integer"
help = "number of bits in the generated key";
help = "number of bits in the generated key"
}
option = {
long = "crl-uri"
type = "string"
help = "URI to CRL"
}
option = {
long = "template-certificate"