Why This Guide Exists
The Certificate Lifecycle Management (CLM) market is at an inflection point. The CA/Browser Forum's SC-081 ballot is driving every organization toward automated certificate management, and vendors are racing to meet the demand. New CLM platforms are launching monthly, legacy PKI vendors are rebranding as CLM providers, and cloud vendors are expanding their native certificate services.
This is good for buyers — more competition means better products and pricing. But it also means more noise. Marketing pages blur together. Every vendor claims "full automation" and "complete visibility." The features that actually matter for a 47-day certificate world are often buried in fine print or missing entirely.
This guide gives you the 10 questions that reveal whether a CLM platform is genuinely ready for where the industry is heading — or whether it's a rebadged certificate inventory tool that will leave you scrambling when 47-day certificates arrive in 2029.
Question 1: Does It Support All Your Certificate Authorities?
Why It Matters
Your CLM platform must work with every CA you use today and every CA you might use tomorrow. Vendor lock-in to a single CA is one of the biggest risks in certificate management — if that CA has an outage, a pricing change, or a compliance issue, you need to switch without rebuilding your automation.
Green Flags
- Native integration with multiple public CAs (DigiCert, Sectigo, Let's Encrypt, ZeroSSL, Google Trust Services)
- Support for private CAs (Active Directory Certificate Services, HashiCorp Vault PKI, step-ca, EJBCA)
- Cloud-native CA integration (AWS Private CA, Azure Key Vault, Google Cloud CAS)
- ACME protocol support for any ACME-compliant CA
- EST (Enrollment over Secure Transport) and SCEP protocol support
- Ability to add new CA integrations without vendor involvement
Red Flags
- Only supports the vendor's own CA or a single partner CA
- "Multi-CA support" that requires professional services for each new CA
- No ACME support — this is table stakes in 2026
- Pricing that charges per CA integration
Question 2: How Does It Discover Certificates?
Why It Matters
You can't manage certificates you don't know about. Discovery is the foundation of every other CLM capability. But discovery methods vary dramatically in coverage, accuracy, and operational impact.
Green Flags
- Agent-based discovery: Lightweight agents deployed on servers that discover certificates on disk, in keystores, and in memory
- Agentless network scanning: Port scanning and TLS handshake analysis to discover certificates without installing software
- Cloud API integration: Discovery through AWS, Azure, and GCP APIs to find certificates in cloud services (ACM, Key Vault, Certificate Manager)
- Kubernetes-native: Discovery of certificates in Kubernetes secrets, cert-manager resources, and service mesh configurations
- CT log monitoring: Watching Certificate Transparency logs for certificates issued for your domains
- Continuous discovery: Real-time or near-real-time discovery, not periodic scans
Red Flags
- Discovery only via network scanning (misses certificates not actively serving traffic)
- No cloud-native discovery (only scans VM-based infrastructure)
- Periodic-only scanning (weekly or monthly) — certificates can appear and expire between scans
- Requires manual input of IP ranges or domain lists
- No CT log monitoring (you won't know about unauthorized certificate issuance)
Question 3: How Complete Is Its ACME Support?
Why It Matters
ACME (Automatic Certificate Management Environment, RFC 8555) is the protocol that makes automated certificate issuance possible. With 47-day certificates, ACME isn't optional — it's the primary mechanism for requesting, validating, and issuing certificates at scale.
Green Flags
- Full RFC 8555 compliance
- Built-in ACME server for private CA certificate issuance
- ACME client for requesting certificates from external CAs
- Support for all validation methods: HTTP-01, DNS-01, TLS-ALPN-01
- Support for DNS-PERSIST-01 (the new persistent DNS validation method)
- External Account Binding (EAB) for enterprise CA integration
- ARI (ACME Renewal Information) support for CA-suggested renewal windows
Red Flags
- "ACME support" that only means integration with Let's Encrypt
- No built-in ACME server (can't use ACME for private certificates)
- Missing DNS-01 support (required for wildcard certificates and load balancer certs)
- No ARI support (you'll miss CA-initiated early renewal recommendations)
Question 4: How Deep Is the Automation?
Why It Matters
"Automated renewal" is the most overloaded term in CLM marketing. Some vendors mean "we send you an email before the certificate expires." Others mean "we handle everything from CSR generation to deployment with zero human intervention." The difference is critical.
Green Flags
- End-to-end automation: CSR generation → validation → issuance → deployment → verification — all without human touch
- Automated deployment: Push certificates to servers, load balancers, CDNs, and cloud services automatically
- Post-deployment validation: Verify the new certificate is serving correctly after deployment
- Rollback capability: Automatic rollback to the previous certificate if deployment validation fails
- Renewal scheduling: Configurable renewal windows (e.g., renew at 2/3 of certificate lifetime)
- Emergency automation: One-click or automatic revoke-and-replace for compromised certificates
Red Flags
- "Automation" means email notifications before expiry
- Renewal is automated but deployment is manual (you still have to install the certificate)
- No post-deployment verification (you won't know if the new certificate is actually working)
- No rollback capability (a failed deployment means a manual scramble)
- Fixed renewal schedule that doesn't account for CA maintenance windows
Question 5: Is It Kubernetes and Cloud-Native Ready?
Why It Matters
If your infrastructure includes Kubernetes — and in 2026, most enterprise infrastructure does — your CLM platform must work natively with Kubernetes primitives. Bolting certificate management onto Kubernetes as an afterthought creates operational friction and blind spots.
Green Flags
- Native integration with cert-manager (the Kubernetes certificate standard)
- Kubernetes operator for managing certificates as custom resources
- Service mesh integration (Istio, Linkerd, Consul Connect)
- Support for ephemeral workloads (certificates for pods that live minutes, not months)
- Multi-cluster certificate management
- Helm chart or operator for deployment into Kubernetes
# Example: CLM-integrated cert-manager ClusterIssuer apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: tigertrust-issuer spec: acme: server: https://clm.example.com/acme/directory email: [email protected] privateKeySecretRef: name: tigertrust-account-key solvers: - http01: ingress: class: nginx
Red Flags
- "Kubernetes support" means scanning Kubernetes secrets — no cert-manager integration
- No service mesh awareness
- Can't handle ephemeral workloads (certificate issuance takes minutes, not seconds)
- Requires sidecar containers for certificate management (adds complexity and resource overhead)
Question 6: Is It PQC-Ready?
Why It Matters
Post-quantum cryptography (PQC) migration is not a future concern — it's a current planning requirement. CNSA 2.0 mandates PQC support for TLS by 2027. Your CLM platform should already support PQC algorithm inventory, migration planning, and hybrid certificate issuance.
Green Flags
- Cryptographic algorithm inventory (know where RSA, ECDSA, and eventually ML-DSA are used)
- PQC-readiness assessment (which certificates need to migrate first)
- Support for hybrid certificates (classical + PQC algorithms)
- Migration tracking dashboard
- Algorithm policy enforcement (block issuance of certificates with deprecated algorithms)
Red Flags
- No PQC roadmap or mention of post-quantum readiness
- Can't inventory certificates by algorithm type
- No policy enforcement for algorithm requirements
- "We'll add PQC when it's needed" — it's needed now for planning
Question 7: What Compliance and Reporting Capabilities Does It Have?
Why It Matters
Certificate management is increasingly a compliance requirement, not just an operational one. DORA, PCI DSS 4.0, SOC 2, and ISO 27001 all have certificate-related requirements. Your CLM platform should make compliance evidence generation automatic, not a manual quarterly exercise.
Green Flags
- Pre-built compliance reports mapped to specific frameworks (PCI DSS, SOC 2, DORA, ISO 27001)
- Continuous compliance monitoring (not periodic snapshots)
- Audit trail for every certificate lifecycle event
- Exportable evidence packages for auditors
- Certificate policy compliance dashboard (which certificates violate your policies)
- Integration with GRC (Governance, Risk, Compliance) platforms
Red Flags
- Reporting limited to certificate inventory export (CSV dump)
- No audit trail for certificate operations
- Compliance reports require manual data gathering
- No mapping to specific regulatory frameworks
Question 8: How Does It Handle RBAC and Multi-Tenancy?
Why It Matters
In any organization with more than one team, certificate management needs access controls. Development teams shouldn't be able to modify production certificates. Business units need visibility into their own certificates without seeing the entire organization. Approval workflows prevent unauthorized certificate issuance.
Green Flags
- Role-based access control with granular permissions (view, request, approve, deploy, revoke)
- Multi-tenancy with team or business unit isolation
- Approval workflows for certificate requests (configurable by certificate type, environment, or criticality)
- Delegated administration (team leads manage their team's certificates)
- SSO integration (SAML, OIDC) with role mapping from your identity provider
- API key scoping (per-team or per-environment API access)
Red Flags
- Binary access control (admin or read-only, nothing in between)
- No multi-tenancy (every user sees every certificate)
- No approval workflows (anyone can issue certificates)
- No SSO integration (separate credentials to manage)
Question 9: What's the Real Pricing Model?
Why It Matters
CLM pricing models vary wildly, and the wrong model can make costs unpredictable as your certificate count grows — especially as 47-day lifetimes increase certificate operations 8x.
Common Pricing Models
| Model | How It Works | Watch Out For |
|---|---|---|
| Per-certificate | Pay per managed certificate | Costs scale linearly with cert count; 47-day lifetimes don't increase cost |
| Per-node | Pay per server/endpoint | Containers and ephemeral workloads can spike costs unpredictably |
| Per-operation | Pay per issuance/renewal | Costs 8x when moving from annual to 47-day certificates |
| Flat/tiered | Fixed price for a tier of usage | Overpay at low usage, surprise jumps at tier boundaries |
| Per-CA integration | Base price + per-CA fees | Multi-CA strategy becomes expensive |
Questions to Ask
- "What happens to my bill when I move from 398-day to 47-day certificates?"
- "How are Kubernetes pods counted — per pod, per node, or per cluster?"
- "Are there additional charges for discovery, reporting, or API access?"
- "What's included in the base price vs. what's an add-on?"
- "Is there a proof-of-value period before full commitment?"
Red Flags
- Per-operation pricing (your costs will multiply with shorter lifetimes)
- Charges for features that should be standard (discovery, reporting, API access)
- No transparent pricing page — requires a sales call for any pricing information
- Long-term contracts with no exit clause
Question 10: How Quickly Can You Get Value?
Why It Matters
Time-to-first-value separates platforms that are ready for deployment from platforms that require months of professional services before you see any benefit. In a world where 200-day certificates are already enforced, you can't afford a 6-month implementation.
Green Flags
- Self-service trial or proof-of-value period
- Agent deployment in minutes, not weeks
- First certificate discovery within hours of deployment
- Data import from existing tools (spreadsheets, other CLM platforms, cloud providers)
- Pre-built integrations (no custom development needed for common use cases)
- Documentation and onboarding guides that don't assume vendor assistance
Red Flags
- "Typical implementation: 3-6 months" — this means the platform requires significant customization
- No self-service option (sales call required before any evaluation)
- Data migration requires professional services
- First discovery requires custom configuration per network segment
Evaluation Scorecard
Use this scorecard when evaluating CLM platforms. Score each category 1-5:
┌────────────────────────────────────────────────────────┐
│ CLM Platform Evaluation Scorecard │
├────────────────────────────────┬───────────┬───────────┤
│ Category │ Weight │ Score /5 │
├────────────────────────────────┼───────────┼───────────┤
│ Multi-CA support │ High │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ Discovery coverage │ Critical │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ ACME protocol support │ Critical │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ Automation depth │ Critical │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ Kubernetes / cloud-native │ High │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ PQC readiness │ Medium │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ Compliance & reporting │ High │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ RBAC & multi-tenancy │ Medium │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ Pricing predictability │ High │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ Time-to-value │ Medium │ ___ │
├────────────────────────────────┼───────────┼───────────┤
│ │ TOTAL │ ___ / 50 │
└────────────────────────────────┴───────────┴───────────┘
Scoring guide:
40-50: Strong candidate — proceed to proof-of-value
30-39: Viable with caveats — identify gaps and negotiate
20-29: Significant gaps — consider alternatives
Below 20: Not ready for the 47-day certificate future
How TigerTrust Scores
We built TigerTrust specifically for the challenges covered in this guide:
- Multi-CA: Native integration with all major public and private CAs, plus ACME and EST protocol support for any compliant CA
- Discovery: Agent-based, agentless, cloud API, Kubernetes-native, and CT log monitoring — continuous, not periodic
- ACME: Full RFC 8555 server and client, DNS-PERSIST-01, ARI support, External Account Binding
- Automation: End-to-end from CSR to verified deployment with automatic rollback
- Cloud-native: cert-manager integration, Kubernetes operator, service mesh support, multi-cluster
- PQC: Cryptographic inventory, algorithm policy enforcement, migration tracking
- Compliance: Pre-built reports for DORA, PCI DSS 4.0, SOC 2, ISO 27001 with continuous monitoring
- RBAC: Granular permissions, multi-tenancy, approval workflows, SSO integration
- Pricing: Per-certificate model that doesn't penalize shorter lifetimes
- Time-to-value: Self-service deployment, first discovery in hours, no professional services required
Don't just take our word for it. Run TigerTrust through this scorecard yourself — start your evaluation at tigertrust.io.