Skip to content

Commit

Permalink
README.md: listed cert verify time only option
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 18, 2024
1 parent 9fec39c commit d146bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ an integer value build from the bit flags:
* `8` (`1<<3`) - verify against custom intermediate CAs in the file specified
by `--ca-inter`
* `16` (`1<<4`) - verify against certificate revocation list
* `32` (`1<<5`) - verify time validity only (not expired and not before validity date)

The value can be combined, so `--cert-verify 7` means that the verification is
done against system room CAs and the custom CAs in the file specified by `--ca-file`,
Expand Down

0 comments on commit d146bf4

Please sign in to comment.