Add bits to allow issuing self-signed and CA certificates.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19592 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-30 17:50:39 +00:00
parent eaaff166a5
commit 623c3467da
2 changed files with 92 additions and 32 deletions

View File

@@ -427,9 +427,14 @@ command = {
}
command = {
option = {
long = "proxy"
long = "issue-ca"
type = "flag"
help = "Issue proxy certificate"
help = "Issue a CA certificate"
}
option = {
long = "issue-proxy"
type = "flag"
help = "Issue a proxy certificate"
}
option = {
long = "subject"
@@ -441,6 +446,16 @@ command = {
type = "string"
help = "Issuing CA certificate"
}
option = {
long = "self-signed"
type = "flag"
help = "Issuing a self-signed certificate"
}
option = {
long = "ca-private-key"
type = "string"
help = "Private key for self-signed certificate"
}
option = {
long = "certificate"
type = "string"