CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs

data class CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs(val omitExtension: Output<Boolean>) : ConvertibleToJava<CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs>

Configures the default behavior of the CRL Distribution Point extension for certificates issued by your certificate authority

Constructors

constructor(omitExtension: Output<Boolean>)

Properties

Link copied to clipboard
val omitExtension: Output<Boolean>

Configures whether the CRL Distribution Point extension should be populated with the default URL to the CRL. If set to true , then the CDP extension will not be present in any certificates issued by that CA unless otherwise specified through CSR or API passthrough.

Functions

Link copied to clipboard
open override fun toJava(): CertificateAuthorityCrlDistributionPointExtensionConfigurationArgs