Factor out private key operation out of the signing, operations, support import, export, and generation of private keys. Add support for writing PEM and PKCS12 files with private keys in them.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19778 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -236,6 +236,25 @@ command = {
|
||||
argument="certificate ..."
|
||||
help = "Validate content of certificates"
|
||||
}
|
||||
command = {
|
||||
name = "certificate-copy"
|
||||
name = "cc"
|
||||
option = {
|
||||
long = "in-pass"
|
||||
type = "strings"
|
||||
argument = "password"
|
||||
help = "password, prompter, or environment"
|
||||
}
|
||||
option = {
|
||||
long = "out-pass"
|
||||
type = "string"
|
||||
argument = "password"
|
||||
help = "password, prompter, or environment"
|
||||
}
|
||||
min_args="2"
|
||||
argument="in-certificates-1 ... out-certificate"
|
||||
help = "Copy in certificates stores into out certificate store"
|
||||
}
|
||||
command = {
|
||||
name = "ocsp-fetch"
|
||||
option = {
|
||||
@@ -511,11 +530,6 @@ command = {
|
||||
type = "string"
|
||||
help = "pkcs10 request"
|
||||
}
|
||||
option = {
|
||||
long = "out-key"
|
||||
type = "string"
|
||||
help = "out key"
|
||||
}
|
||||
option = {
|
||||
long = "generate-key"
|
||||
type = "string"
|
||||
|
Reference in New Issue
Block a user