Skip to content

Commit

Permalink
Clean up README language
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell committed May 7, 2024
1 parent 0b29c9d commit ab4505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ TLS Baseline Requirements are not reported. To report superseded findings, speci
The `-o`/`--output` option is used to specify that the certificate type used by the linter is written to standard error. This is useful when using the `--detect` option to see which certificate type was determined by the heuristics logic.
The `--validity-period-start` option is used to override how the issuance date/time of a certificate is determined. Many requirements are applicable based on the date/time of issuance of certificates, so this option is useful
to evaluate a certificate to see whether it complies with an upcoming requirement. There are three possible types of values for this option:
to evaluate whether a certificate complies with an upcoming requirement. There are three possible types of values for this option:
1. `DOCUMENT`: Use the value of the `notBefore` field to determine the issuance date/time. This is the default value.
2. `NOW`: Use the current date/time to override the issuance date/time.
Expand Down

0 comments on commit ab4505b

Please sign in to comment.