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:
Love Hörnquist Åstrand
2006-12-29 15:52:35 +00:00
parent e0462bfd82
commit 694955c3a8
2 changed files with 152 additions and 0 deletions

View File

@@ -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 = "?"