backdateDuration property

String? backdateDuration
getter/setter pair

If set, all certificates issued from this CaPool will be backdated by this duration.

The 'not_before_time' will be the issuance time minus this backdate_duration, and the 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that a certificate can be backdated with these options is 48 hours in the past. This option cannot be set if allow_requester_specified_not_before_time is set.

Optional.

Implementation

core.String? backdateDuration;