updated help for --disable-checks
This commit is contained in:
@@ -93,7 +93,7 @@ option "tr-03110v201" -
|
|||||||
"Force compliance to BSI TR-03110 version 2.01"
|
"Force compliance to BSI TR-03110 version 2.01"
|
||||||
flag off
|
flag off
|
||||||
option "disable-checks" -
|
option "disable-checks" -
|
||||||
"Disable checking fly-by-data"
|
"Disable checking fly-by-data and validity period of CV certifcates"
|
||||||
flag off
|
flag off
|
||||||
|
|
||||||
text "
|
text "
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ npa.add_argument("-c", "--car",
|
|||||||
help="certificate authority reference (CHR of the CVCA)")
|
help="certificate authority reference (CHR of the CVCA)")
|
||||||
npa.add_argument("-d", "--disable-checks",
|
npa.add_argument("-d", "--disable-checks",
|
||||||
action="store_true", default=False,
|
action="store_true", default=False,
|
||||||
help="Disable checking validity period of TA certificate")
|
help="Disables checking validity period of TA certificate and always accepts the first CV certificate of a chain")
|
||||||
|
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|||||||
Reference in New Issue
Block a user