crl Distribution Point Extension Configuration
suspend fun crlDistributionPointExtensionConfiguration(value: Output<CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs>)
suspend fun crlDistributionPointExtensionConfiguration(value: CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs?)
Parameters
value
Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.
suspend fun crlDistributionPointExtensionConfiguration(argument: suspend CertificateAuthorityCrlDistributionPointExtensionConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configures the default behavior of the CRL Distribution Point extension for certificates issued by your CA. If this field is not provided, then the CRL Distribution Point extension will be present and contain the default CRL URL.