Updating Lemur docs to capture Digicert validity config changes
This commit is contained in:
parent
18a3514974
commit
682991c022
|
@ -729,16 +729,16 @@ The following configuration properties are required to use the Digicert issuer p
|
||||||
This is the root to be used for your CA chain
|
This is the root to be used for your CA chain
|
||||||
|
|
||||||
|
|
||||||
.. data:: DIGICERT_DEFAULT_VALIDITY
|
.. data:: DIGICERT_DEFAULT_VALIDITY_DAYS
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
This is the default validity (in years), if no end date is specified. (Default: 1)
|
This is the default validity (in days), if no end date is specified. (Default: 397)
|
||||||
|
|
||||||
|
|
||||||
.. data:: DIGICERT_MAX_VALIDITY
|
.. data:: DIGICERT_MAX_VALIDITY_DAYS
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
This is the maximum validity (in years). (Default: value of DIGICERT_DEFAULT_VALIDITY)
|
This is the maximum validity (in days). (Default: value of DIGICERT_DEFAULT_VALIDITY_DAYS)
|
||||||
|
|
||||||
|
|
||||||
.. data:: DIGICERT_PRIVATE
|
.. data:: DIGICERT_PRIVATE
|
||||||
|
|
Loading…
Reference in New Issue