Allow passing in pool and anchor to signedData
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17169 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -48,6 +48,18 @@ command = {
|
||||
argument = "signer-friendly-name"
|
||||
help = "certificate to sign with"
|
||||
}
|
||||
option = {
|
||||
long = "anchors"
|
||||
type = "strings"
|
||||
argument = "certificate-store"
|
||||
help = "trust anchors"
|
||||
}
|
||||
option = {
|
||||
long = "pool"
|
||||
type = "strings"
|
||||
argument = "certificate-pool"
|
||||
help = "certificate store to pull certificates from"
|
||||
}
|
||||
option = {
|
||||
long = "pass"
|
||||
type = "strings"
|
||||
|
Reference in New Issue
Block a user