added option for cvc and x509 directory

This commit is contained in:
Frank Morgner
2013-02-25 23:56:22 +01:00
parent 0644c491c5
commit 233816656a
4 changed files with 23 additions and 5 deletions

View File

@@ -74,10 +74,22 @@ option "auxiliary-data" A
typestr="HEX_STRING"
optional
option "private-key" P
"Terminal's private key."
"Terminal's private key"
string
typestr="FILENAME"
optional
option "cvc-dir" -
"Where to look for the CVCA's certificate"
string
typestr="DIRECTORY"
default="@CVCDIR@"
optional
option "x509-dir" -
"Where to look for the CSCA's certificate"
string
typestr="DIRECTORY"
default="@X509DIR@"
optional
option "disable-ta-checks" -
"Disable checking the validity period of CV certifcates"
flag off