Skip to content
Good Roots Work docs Main site Open CAA tool

Known Certificate Authorities

This page provides a comprehensive list of Certificate Authorities (CAs) that are recognized by our platform, along with their CAA identifiers for use in CAA records.

  • CAA Identifier: digicert.com
  • Website: https://www.digicert.com/
  • Services: SSL/TLS certificates, code signing, document signing
  • CAA Record Example: 0 issue "digicert.com"
  • CAA Identifier: sectigo.com
  • Website: https://sectigo.com/
  • Services: SSL/TLS certificates, code signing, document signing
  • CAA Record Example: 0 issue "sectigo.com"
  • CAA Identifier: globalsign.com
  • Website: https://www.globalsign.com/
  • Services: SSL/TLS certificates, code signing, document signing
  • CAA Record Example: 0 issue "globalsign.com"
  • CAA Identifier: entrust.net
  • Website: https://www.entrust.com/
  • Services: SSL/TLS certificates, code signing, document signing
  • CAA Record Example: 0 issue "entrust.net"
  • CAA Identifier: letsencrypt.org
  • Website: https://letsencrypt.org/
  • Services: Free SSL/TLS certificates
  • CAA Record Example: 0 issue "letsencrypt.org"
  • CAA Identifier: zerossl.com
  • Website: https://zerossl.com/
  • Services: Free SSL/TLS certificates
  • CAA Record Example: 0 issue "zerossl.com"
  • CAA Identifier: amazon.com
  • Website: https://aws.amazon.com/
  • Services: SSL/TLS certificates through AWS Certificate Manager
  • CAA Record Example: 0 issue "amazon.com"
  • CAA Identifier: pki.goog
  • Website: https://cloud.google.com/
  • Services: SSL/TLS certificates through Google Cloud
  • CAA Record Example: 0 issue "pki.goog"
  • CAA Identifier: digicert.com (managed by DigiCert)
  • Website: https://azure.microsoft.com/
  • Services: SSL/TLS certificates through Azure
  • CAA Record Example: 0 issue "digicert.com"
  • CAA Identifier: cloudflare.com
  • Website: https://www.cloudflare.com/
  • Services: SSL/TLS certificates through Cloudflare
  • CAA Record Example: 0 issue "cloudflare.com"
  • Certum: certum.pl
  • Actalis: actalis.com
  • TrustAsia: trustasia.com
  • QuoVadis: quovadisglobal.com
  • SwissSign: swisssign.com
  • Buypass: buypass.no
  • GoDaddy: godaddy.com
  • Network Solutions: netsolssl.com
  • RapidSSL: rapidssl.com

To allow only specific CAs to issue certificates:

example.com. IN CAA 0 issue "letsencrypt.org"
example.com. IN CAA 0 issue "digicert.com"

To control wildcard certificate issuance:

example.com. IN CAA 0 issuewild "letsencrypt.org"

To receive reports of CAA violations:

example.com. IN CAA 0 iodef "mailto:security@example.com"

To make CAA records critical (CAs must understand them):

example.com. IN CAA 128 issue "letsencrypt.org"

Our platform validates CAA records to ensure they are properly formatted and will work as expected. Common validation checks include:

  • Proper DNS record format
  • Valid CAA tag values
  • Correct flag values
  • Proper value formatting
  • Duplicate record detection

When updating CAA records:

  1. Plan Changes: Document what changes you’re making and why
  2. Test First: Test changes in a staging environment if possible
  3. Update DNS: Make the changes in your DNS management system
  4. Verify: Use our tools to verify the records are working correctly
  5. Monitor: Watch for any issues with certificate issuance
  • Invalid CAA Format: Check the record format and syntax
  • Missing CAA Records: Ensure CAA records are properly configured
  • CA Not Recognized: Verify the CA identifier is correct
  • DNS Propagation: Allow time for DNS changes to propagate
  • Use our CAA Management tool to validate records
  • Check the DNS propagation status
  • Contact support if you need assistance