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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user