validityNotBefore

@JvmName(name = "mxhdftmthxmbdvpt")
suspend fun validityNotBefore(value: Output<CertificateValidityArgs>)
@JvmName(name = "rxsxeyobkeaudrge")
suspend fun validityNotBefore(value: CertificateValidityArgs?)

Parameters

value

Information describing the start of the validity period of the certificate. This parameter sets the "Not Before" date for the certificate. By default, when issuing a certificate, PCAshort sets the "Not Before" date to the issuance time minus 60 minutes. This compensates for clock inconsistencies across computer systems. The `ValidityNotBefore` parameter can be used to customize the "Not Before" value. Unlike the `Validity` parameter, the `ValidityNotBefore` parameter is optional. The `ValidityNotBefore` value is expressed as an explicit date and time, using the `Validity` type value `ABSOLUTE`.


@JvmName(name = "oilhdosuqpdqlydy")
suspend fun validityNotBefore(argument: suspend CertificateValidityArgsBuilder.() -> Unit)

Parameters

argument

Information describing the start of the validity period of the certificate. This parameter sets the "Not Before" date for the certificate. By default, when issuing a certificate, PCAshort sets the "Not Before" date to the issuance time minus 60 minutes. This compensates for clock inconsistencies across computer systems. The `ValidityNotBefore` parameter can be used to customize the "Not Before" value. Unlike the `Validity` parameter, the `ValidityNotBefore` parameter is optional. The `ValidityNotBefore` value is expressed as an explicit date and time, using the `Validity` type value `ABSOLUTE`.