Skip to content

Certificate Management

SSL/TLS certificates

  • Secure Sockets Layer (SSL) / Transport Layer Security (TLS) certificates.
  • These certificates are used to secure network communications by enabling HTTPS connections and encrypting data transmitted between users and applications.
  • You can use wildcards to match all the subdomains in a domain. E.g., *.example.com
  • The certificate is trusted by a CA

Certificate Authority

  • DigiCert
  • GlobalSign
  • Sectigo (formerly Comodo CA)
  • Entrust
  • GoDaddy (also a domain registrar)
  • Amazon Trust Services

Certificate Management Services

  • Let's Encrypt (it's also a CA)
  • AWS Certificate Manager (ACM)
  • Google Cloud Certificate Manager
  • Azure App Service Certificates
  • Cloudflare SSL for SaaS

  • OpenSSL (self-managed)

  • HashiCorp Vault (self-managed)
  • Certbot (self-managed)