Interface CrlDistributionPointExtensionConfiguration.Builder

  • Method Details

    • omitExtension

      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.

      Only set this if you have another way to distribute the CRL Distribution Points ffor certificates issued by your CA, such as the Matter Distributed Compliance Ledger

      This configuration cannot be enabled with a custom CNAME set.

      Parameters:
      omitExtension - 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.

      Only set this if you have another way to distribute the CRL Distribution Points ffor certificates issued by your CA, such as the Matter Distributed Compliance Ledger

      This configuration cannot be enabled with a custom CNAME set.

      Returns:
      Returns a reference to this object so that method calls can be chained together.