backdateDuration property

String? backdateDuration
getter/setter pair

The duration to backdate all certificates issued from this CaPool.

If not set, the certificates will be issued with a not_before_time of the issuance time (i.e. the current time). If set, the certificates will be issued with a not_before_time of the issuance time minus the backdate_duration. The not_after_time will be adjusted to preserve the requested lifetime. The backdate_duration must be less than or equal to 48 hours.

Optional.

Implementation

core.String? backdateDuration;