Add the sign-certificate tool.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19562 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -425,6 +425,39 @@ command = {
|
||||
min_args="0"
|
||||
help = "Encode input to hex"
|
||||
}
|
||||
command = {
|
||||
option = {
|
||||
long = "proxy"
|
||||
type = "flag"
|
||||
help = "Issue proxy certificate"
|
||||
}
|
||||
option = {
|
||||
long = "subject"
|
||||
type = "string"
|
||||
help = "Subject of issued certificate"
|
||||
}
|
||||
option = {
|
||||
long = "ca-certificate"
|
||||
type = "string"
|
||||
help = "Issuing CA certificate"
|
||||
}
|
||||
option = {
|
||||
long = "certificate"
|
||||
type = "string"
|
||||
help = "Issued certificate"
|
||||
}
|
||||
option = {
|
||||
long = "req"
|
||||
type = "string"
|
||||
help = "pkcs10 request"
|
||||
}
|
||||
name = "certificate-sign"
|
||||
name = "cert-sign"
|
||||
name = "issue-certificate"
|
||||
function = "hxtool_ca"
|
||||
min_args="0"
|
||||
help = "Issue a certificate"
|
||||
}
|
||||
command = {
|
||||
name = "help"
|
||||
name = "?"
|
||||
|
Reference in New Issue
Block a user