Skip to content

47-Day Certificates Are Coming. Are You Ready?

Act Now →

CertSecure Manager 3.3 Is Here, and It Lands Right When You Need It Most 

certsecure-manager-3-3

CertSecure Manager 3.3 is Encryption Consulting’s certificate lifecycle management release built for the CA/Browser Forum’s phased reduction of maximum public TLS certificate validity to 47 days by 2029. It adds a Certificate Risk Profile, bulk revocation and ownership transfer, zero-touch renewal, new CA and vault integrations, and expanded discovery, so certificate teams can operate at roughly eight times today’s renewal frequency without manual bottlenecks.

If you’ve been anywhere near the certificate management conversation in the past year, you already know that the ground is shifting. Public TLS certificate lifetimes, the cornerstone of how the web has worked for over a decade, are being aggressively shortened. The era of “renew it once a year and forget about it” is officially over. 

CertSecure Manager v3.3 is our release for this new reality. It’s a deliberate set of changes designed to help your team survive, and ideally thrive, in a world where certificates expire every few weeks instead of every 13 months. Let’s walk through what’s changed, what it means for your operations, and why we built each piece the way we did. 

CertSecure Manager v3.3 is built for one industry reality: TLS certificate lifetimes are dropping from 398 days to 47 days over the next three years, and manual certificate management cannot survive that pace. The release ships 18 new features and enhancements aimed at the higher renewal cadence. 

The headline additions are a Certificate Risk Profile that scores every cert in your inventory, full trust chain visualization, bulk revocation and bulk ownership transfer, zero-touch renewal across all web server agents, native Google Public CA and ServiceNow integrations, expanded Azure Key Vault support including Government tenants, AWS and IIS CCS discovery, and an Ansible ACME automation path. If you operate TLS certificates at any meaningful scale, this release is built for the world you’re heading into. 

Key Takeaways

  • CertSecure Manager 3.3 is built for the CA/Browser Forum’s phased TLS certificate validity reduction: 200 days (March 2026), 100 days (March 2027), and 47 days (March 2029).
  • The release ships 18 features and enhancements, headlined by a Certificate Risk Profile, full trust chain visualization, bulk revocation, bulk ownership transfer, zero-touch renewal across all web server agents, and a new Ansible ACME automation path.
  • DigiCert’s Trust Pulse Survey found that 45% of organizations experienced certificate-related downtime in the past year, and 37.5% traced an outage to an expired certificate, the exact failure mode this release is built to prevent.
  • Upgrading is a scheduled, low-risk path for customers already on a recent release; new adopters should start now, since the 100-day milestone lands in March 2027.
  • PKI, security, platform, and compliance teams each have a distinct action; the owner/action matrix and prerequisite-to-action table below break out exactly what and who.

Jump to: Executive Summary | Readiness Checklist | Prerequisites | Upgrade Steps | Prerequisite-to-Action Table | Before and After | Rollback Guidance | Success Metrics | Owner/Action Matrix | What to Do Next | FAQ

Executive Summary for PKI, Security, Platform, and Compliance Teams

If you lead one of these functions, here is the decision this release supports and the quick-reference action for it.

  • PKI teams: confirm prerequisites, schedule the 3.3 upgrade, and validate Certificate Risk Profile scoring once it’s live.
  • Security teams: use the new Certificate Risk Profile to find Severe and High Risk certificates before they cause an incident.
  • Platform/DevOps teams: adopt zero-touch renewal and the Ansible ACME automation path so renewal frequency can climb without adding manual work.
  • Compliance teams: use Risk Profile reporting and bulk ownership transfer records as audit-ready evidence of how certificate risk is managed.

Quick Readiness Checklist

Use this checklist to gauge whether you’re actually ready to upgrade, not just aware the release exists.

  • Confirmed your current CertSecure Manager version and reviewed the 3.3 release notes.
  • Identified which CA connectors, vaults, and web server agents are in scope for this upgrade.
  • Scheduled a maintenance window and, for HA deployments, confirmed node upgrade sequencing with your Encryption Consulting account team.
  • Backed up your current CertSecure Manager configuration, database, and custom automation scripts.
  • Reviewed the Certificate Risk Profile scoring criteria (key length, signature algorithm, validity period) so results after upgrade aren’t a surprise.

Prerequisites Before Implementation

  • A supported, recent CertSecure Manager release; your account team can confirm the minimum baseline version for a direct 3.3 upgrade.
  • Administrative access to CertSecure Manager and to each connected CA, vault, or enrollment target you plan to bring under the new features, including Google Public CA, Azure Key Vault, AWS, and ServiceNow.
  • A change or maintenance window, since the upgrade involves a service restart on Manager nodes and, for HA environments, sequenced node upgrades.
  • A current, tested backup of the CertSecure Manager database and configuration, taken immediately before the upgrade.
  • For the Ansible ACME automation path, an existing Ansible control node and familiarity with an ACME-aware Ansible module, such as community.crypto.acme_certificate.
  • For the ServiceNow integration, an existing ServiceNow instance with store-app installation permissions.

Step-by-Step Upgrade Workflow

This is the general workflow for upgrading to CertSecure Manager 3.3. Your Encryption Consulting account team will confirm environment-specific details, especially for HA deployments.

  1. Review the release notes and this guide, and confirm the prerequisites above are met.
  2. Notify affected teams and schedule the maintenance window, including HA node sequencing guidance from your account team if applicable.
  3. Back up the current configuration, database, and any custom automation scripts.
  4. Apply the 3.3 upgrade following the environment-specific path your account team provides, whether single-node or sequenced HA.
  5. Verify the upgrade: confirm the CertSecure Manager version, confirm the Certificate Risk Profile score column appears in Inventory and Certificate Search, and confirm CA pinging and the new Metrics tab are populated.
  6. Re-enable or extend automation: point web server agents at zero-touch renewal, connect any new CAs or vaults you plan to use, and update Ansible playbooks to the ACME module if adopting that path.
  7. Confirm rollback readiness before closing the maintenance window.
  8. Monitor the first automated renewal cycle after upgrade and record the success metrics below as your baseline.

Example Configuration: Declaring Certificate State With Ansible

The Ansible ACME automation path in 3.3 lets you declare the desired state of a certificate in your Ansible configuration rather than issuing and renewing it by hand. The example below shows the general pattern using Ansible’s community.crypto.acme_certificate module; consult CertSecure Manager’s documentation for the exact task parameters your environment needs.

- name: Ensure TLS certificate is issued and current
  community.crypto.acme_certificate:
    account_key_src: /etc/pki/acme/account.key
    csr: /etc/pki/tls/csr/www.example.com.csr
    dest: /etc/pki/tls/certs/www.example.com.crt
    acme_directory: https://acme-v02.api.letsencrypt.org/directory
    acme_version: 2
    terms_agreed: true
    challenge: dns-01

Running this as part of a scheduled playbook keeps the deployed certificate aligned with the declared state automatically, which is the pattern teams already running Ansible at scale should extend to their CertSecure-managed certificates.

Prerequisite-to-Action Table

PrerequisiteWhy It MattersActionOwner
Recent CertSecure Manager baseline version3.3 upgrades from a supported recent release; skipping versions can complicate migrationConfirm current version with your account team before schedulingPKI team
Admin access to connected CAs and vaultsNew integrations (Google Public CA, Azure Key Vault Government, AWS, ServiceNow) require credentials to configureGather or confirm credentials before the maintenance windowPKI team / Platform team
Maintenance window and HA sequencing planUpgrade includes a service restart and, for HA, sequenced node updatesSchedule the window and confirm sequencing with your account teamPlatform team
Pre-upgrade backupRestores the environment if verification fails after upgradeTake and test a backup of configuration, database, and custom scriptsPKI team
Ansible control node (if adopting ACME automation)Required to run the community.crypto.acme_certificate example patternConfirm Ansible tooling and access before pilotingPlatform/DevOps team
ServiceNow instance (if adopting the app)Required to install the CertSecure Certificate Management app from the ServiceNow storeConfirm store-app installation permissionsPlatform team / ITSM team

Before and After: The Operational Workflow Shift

TaskBefore (Manual Approach)After (With CertSecure Manager 3.3)
Renewal executionManual reissue and redeploy per certificate, tracked in spreadsheets or calendar remindersZero-touch renewal flows from CA enrollment through delivery, installation, and service reload with no human in the loop
Risk visibilityAd hoc discovery scripts and manual spreadsheet review to find weak keys or long-lived certificatesCertificate Risk Profile scores every certificate automatically; filter to Severe in seconds
Mass revocation or cleanupCertificates revoked and reassigned one at a timeBulk revocation and bulk ownership transfer handle many certificates in a single operation
Chain troubleshootingManually track down missing intermediates across CA portalsFull trust chain visualization and chain download from the certificate details view
CA and infrastructure healthDiscovered only after enrollment failures or an outageCA pinging and the Metrics tab surface CA and automation-agent health proactively

Rollback Guidance

Because the upgrade includes a configuration and database migration, plan rollback before you start, not after something goes wrong.

  • Keep the pre-upgrade backup, configuration, database, and custom scripts, accessible and tested for restore, not just captured.
  • For HA deployments, confirm with your account team which node sequencing allows a safe rollback to the prior version if verification fails.
  • Avoid enabling new automation paths, such as the Ansible ACME module or new CA connectors, until after you’ve confirmed the core upgrade is stable, so a rollback doesn’t also have to unwind new automation.
  • If verification fails after upgrade, restore from the pre-upgrade backup and engage your Encryption Consulting account team before retrying.

Common Errors and How to Avoid Them

  • Skipping the pre-upgrade backup: the single most common way a difficult upgrade becomes an unrecoverable one; always back up configuration, database, and custom scripts first.
  • Upgrading HA nodes out of sequence: apply the account-team-provided sequencing rather than upgrading nodes in an arbitrary order.
  • Assuming existing automation continues unchanged: some agents and CA connectors may need to be reconnected in the new UI even if credentials are unchanged; confirm rather than assume.
  • Ignoring the new Certificate Risk Profile results: a spike in Severe or High Risk certificates right after upgrade usually reflects certificates that already had weak keys or algorithms, not a bug; investigate before dismissing it.
  • Not testing the Ansible ACME path in a non-production environment first: validate a new automation path on a small, representative certificate set before wiring it into production renewal.

Success Metrics to Track After Implementation

  • Percentage of certificates scored Secure or Low Risk versus High Risk or Severe under the Certificate Risk Profile, tracked monthly.
  • Share of renewals completed via zero-touch automation versus manual intervention, since that ratio determines whether you can sustain the 47-day cadence.
  • Time to bulk-revoke and reassign ownership for a defined batch of certificates, compared to the prior one-at-a-time process.
  • Number of certificate-related outage tickets or incidents per quarter, compared against your pre-upgrade baseline.
  • Time from a CA ballot or policy change to full inventory visibility of affected certificates, using CA pinging and the expanded discovery in 3.3.

Owner and Action Matrix by Team

TeamResponsibilityKey Action
PKI teamOwns the upgrade itself and the certificate inventory it depends onConfirm prerequisites, schedule the upgrade, and validate Certificate Risk Profile scoring post-upgrade
Security teamOwns interpreting Risk Profile results and confirming no certificate-dependent workflow breaksReview Severe and High Risk certificates within the first renewal cycle and confirm bulk revocation runbooks are current
Platform/DevOps teamOwns wiring automation, including Ansible ACME, zero-touch agents, and CI/CD, into the upgraded environmentValidate the Ansible ACME example against a non-production certificate set before production rollout
Compliance/Audit teamOwns evidence that certificate risk and ownership are tracked and currentUse Risk Profile reporting and bulk ownership transfer records as audit-ready evidence each cycle

What to Do Next

  • PKI teams: confirm prerequisites and schedule the 3.3 upgrade this quarter if you haven’t already.
  • Security teams: plan to review the Certificate Risk Profile results within the first week after upgrade.
  • Platform teams: pilot the Ansible ACME automation path on a non-production certificate set before adopting it broadly.
  • Compliance teams: confirm your next audit can show Risk Profile and ownership-transfer records as evidence.

The 47-Day Shift

On April 11, 2025, the CA/Browser Forum, the industry body that sets the rules every major browser and CA follows, passed Ballot SC-081v3, a proposal originally put forward by Apple and endorsed by Sectigo, Google Chrome, and Mozilla. The ballot passed 29 to 0 with five abstentions. All four major browser vendors (Apple, Google, Microsoft, and Mozilla) voted in favor, alongside 25 certificate authorities, including DigiCert, Sectigo, GlobalSign, GoDaddy, and Amazon. Five CAs abstained, noting concerns about operational readiness.

The ballot phases TLS certificate lifetimes down from today’s 398-day maximum to just 47 days by 2029. The schedule looks like this: 

  • March 15, 2026: Maximum TLS certificate lifetime drops to 200 days, with Domain Control Validation reuse dropping to 200 days as well.
  • March 15, 2027: Maximum lifetime drops to 100 days, with DCV reuse dropping to 100 days.
  • March 15, 2029: Maximum lifetime drops to 47 days, and the DCV reuse period drops to just 10 days.

We’re already past the first milestone. The 200-day cap is in effect right now. 

Why 47 specifically? It works out to one 31-day month, plus half of a 30-day month, plus one day of wiggle room. Enough to support a sensible monthly renewal cadence without being so tight that operators have no margin.

What This Actually Means for Your Team

The math is the part that wakes people up at night. An organization managing 1,000 certificates will be looking at roughly 7,766 renewal operations per year under the 47-day model. That’s about 21 every single day, an eightfold increase over today’s renewal frequency. 

DigiCert’s Trust Pulse Survey, published July 2, 2025, found that 45% of organizations experienced certificate-related downtime in the past year, and 37.5% traced an outage specifically to an expired certificate, per DigiCert’s Trust Pulse Survey. An eightfold increase in renewal frequency multiplies the number of chances for that same failure mode, unless the renewal itself is automated end to end.

The schedule behind that eightfold increase comes from the CA/Browser Forum’s Ballot SC-081v3, approved April 11, 2025: maximum public TLS certificate validity phases from today’s 398 days to 200 days in March 2026, 100 days in March 2027, and 47 days by March 2029.

Spreadsheets, calendar reminders, “Bob handles that.” None of it scales. The CA/Browser Forum hasn’t been subtle about this: the inconvenience is deliberate, because the industry consensus is that automation is no longer optional for the security of the internet. 47-day TLS certificates are how that message stops being optional. 

There are three real reasons behind the shortening. 

  • Limiting blast radius: If a private key is compromised, a 398-day cert gives the attacker over a year of usable misuse. A 47-day cert gives them weeks at most.
  • Working around broken revocation: The ballot includes a long argument that the certificate revocation system using CRLs and OCSP is unreliable, with browsers often ignoring these features. Short lifetimes are a more honest mechanism than revocation that doesn’t actually revoke.
  • Crypto agility for the quantum era: Shorter lifetimes make “capture now, decrypt later” tactics harder for adversaries, and they speed transitions to new cryptographic algorithms when needed. NIST finalized its first post-quantum standards (ML-KEM, ML-DSA, SLH-DSA) in 2024, and public CAs are already piloting issuance. Migration off RSA and ECDSA is no longer distant. A fleet of certs that already renews every six weeks adapts faster than one that renews every thirteen months.

CertSecure Manager 3.3 was built with all three of these realities in front of us. Here’s how that shows up in the release.

See Risk Before It Sees You

If you’re going to renew certificates eight times more often, you need a dashboard that actually tells you which certificates are problems before they become incidents. Three changes in 3.3 work together to give you that. 

Certificate Risk Profile 

 Every certificate in your inventory is now automatically scored against a Risk Profile, with the score surfaced as a column in your inventory listings and as a filter in Certificate Search. The scoring looks at three signals that historically have been the source of most pain in certificate management:

  • Key length: Flagging weak RSA keys, deprecated ECDSA curves, and anything below current industry baselines.
  • Signature algorithm: Surfacing SHA1 holdouts, weak hashes, and anything that won’t survive the next deprecation wave.
  • Validity period: Important now more than ever, as the industry walks down the 398 to 200 to 100 to 47-day ladder.

Certificates are bucketed into four levels: Secure, Low Risk, High Risk, and Severe. Filtering, sorting, and reporting on these levels means you can ask the question “show me every Severe cert in production” and get an answer in seconds rather than after a discovery script and an Excel pivot. It also gives you the ammunition you need when an auditor asks how you’re managing cryptographic risk. 

Certificate Trust Chain Visualization 

When a TLS handshake fails, the cause is often something boring involving the chain. A missing intermediate, a chain in the wrong order, a stale root. CertSecure now visualizes the full trust chain for every managed certificate, directly from the certificate details view.

Root and intermediate certs are accessible inline, with each chain element clickable so you can drill into metadata without leaving the screen. For third-party certificates, the system supports building and downloading the full chain, so you stop chasing intermediates across CA portals when you need to deploy somewhere new.

CA Pinging and System Metrics

Two often overlooked features round out the visibility story. A new CA pinging capability on the CA Management page lets you monitor whether each connected CA is actually reachable and healthy. This is useful both for diagnosing failed enrollments and for proactively spotting CA outages before users do.

And the new Metrics tab in Settings gives you real-time CPU, disk, and RAM monitoring for every CertSecure component: Automation Agents, CA Connectors, and Manager nodes alike. You can add or remove machines from the view to focus on what matters to your environment. When automation is the backbone of your renewal strategy, knowing the backbone is healthy is non-negotiable. 

Certificate Management

Prevent certificate outages, streamline IT operations, and achieve agility with our certificate management solution.

Survive the Renewal Cadence With Bulk Operations

Two long-requested features land in 3.3, and together they will probably be the single biggest day one productivity win for most teams. 

Bulk Revocation

You can now revoke many certificates at once in a single operation. The use cases are obvious if you’ve ever lived through them. 

  • Key compromise events: If an HSM or key store is breached, you need to revoke fast and comprehensively, not one cert at a time.
  • CA distrust events: If a CA gets pulled from a root store (it happens, ask anyone who lived through DigiNotar, Symantec, or any of several more recent examples), you need to clear the affected certs immediately.
  • Routine cleanup: Stale test certs, retired services, old environments. Bulk revoke them and move on.

Bulk Ownership Transfer

Certificate ownership records drift constantly. People leave, teams reorganize, and applications get reassigned. In 3.3, you can transfer ownership in bulk across many certificates at once. This is the kind of feature that sounds small until you’ve spent two days clicking through individual cert records to update the owner email after a reorg. 

Both of these features were already useful in a 398-day world. In a 47-day world, they’re table stakes. 

Automation That Covers the Platforms Most Tools Forget

Automation only works if it works everywhere, and historically, automation tools have been very strong for the easy targets and very weak for the awkward ones. CertSecure 3.3 closes some of the most requested gaps.

Renewal Automation for Citrix NetScaler, JBoss EAP, and Wildfly

End-to-end certificate renewal automation now extends to Citrix NetScaler, JBoss EAP, and Wildfly. Crucially, the automation handles chain certificate retrieval as part of the renewal flow, so the agent grabs the right intermediates and pushes them into the correct keystore or configuration without users having to download chain bundles separately and stitch them in by hand. That last detail matters more than it sounds: chain misconfiguration is one of the most common causes of failed deployments. 

Zero-Touch Renewal Across All Web Server Agents

All CertSecure web server renewal agents now support zero-touch renewal. That means a certificate renewal can flow from CA enrollment through delivery, installation, and service reload with no human in the loop. That is the only sustainable model when you’re renewing every six or seven weeks.

Ansible Desired State Management With the ACME Module

For environments that prefer infrastructure as code, 3.3 introduces a new automation path using the Ansible ACME module. You declare the desired state of your certificates in your Ansible configuration, and the system handles obtaining and renewing TLS certificates from any ACME-compatible CA, keeping the actual deployed state aligned with the declared one. It’s the right pattern for teams already running Ansible at scale. 

Meet Certificates Wherever They Live

CertSecure 3.3 expands the universe of CAs, vaults, and systems you can manage natively.

Google Public CA Integration

Google Public CA is now a first-class integrated CA. Full lifecycle management (issuance, renewal, revocation, inventory) works against Google Public CA just like it does against your other CAs. For organizations using GCP services or wanting an additional public CA option, this removes a meaningful integration gap. 

ServiceNow App, Now in the Store

The CertSecure Certificate Management app for ServiceNow is now available in the official ServiceNow store. This is a much bigger deal than it sounds: most enterprise certificate workflows are already gated through ITSM ticket flows. The integration lets users request, enroll, generate, and download certificates from inside their existing ServiceNow workflow rather than learning a new portal. Less friction, faster fulfillment, fewer tickets that sit waiting because someone didn’t know which tool to open.

Azure Key Vault: Government Tenants and One-Click Upload

Azure Key Vault support has been extended in two important directions. 

  • Government tenants are now supported, with full Role-Based Access Control (RBAC) for cert uploads. This is critical for regulated and public sector customers operating in Azure Government. 
  • One-click upload lets you push certificates into Azure Key Vault either at the moment of enrollment or for any already enrolled certificate. What used to be a multi-step manual handoff is now a button. 

DigiCert: Custom Validity Periods

DigiCert customers can now specify a custom validity period at enrollment. A small change, frequently requested, and particularly relevant as the industry walks lifetimes down in phases. “Fit my renewal to my deployment window” is becoming a more nuanced decision.  

Discovery Without the Manual Hunt

You can’t manage what you can’t find. CertSecure 3.3 makes two notable expansions. 

  • AWS Cloud Discovery is now enabled. Certificates living in AWS, including ACM, IAM, and load balancers, can be brought into CertSecure inventory automatically rather than tracked separately. 
  • IIS CCS Store Discovery is now supported. For Windows heavy environments using the IIS Centralized Certificate Store, certificates in CCS shares can now be inventoried natively. 

Once certificates are in inventory, third party certificates now appear in their own visible container under Inventory → CertSecure, filterable via the Cert Type filter. You can run the same operations on them that you would on internally managed certs: download, view chain, deliver via email, switch containers. This closes one of the recurring gaps in cert management. Specifically, the “we have some certs from outside CAs, and we sort of track them in a different spreadsheet” problem. 

Reporting also picks up a new Template filter on Inventory and Expiration reports, so you can slice your inventory by certificate template. This is useful for environments with many templates serving different purposes, where “all my web server template certs expiring in 30 days” is the question you actually want to ask. 

And if you’ve ever spent ten minutes hunting through documentation pages for one specific section, the UI documentation now has a search built in. 

Smoother Enrollment Moments

A couple of smaller but genuinely useful changes. 

PFX download with private key upload for CSR enrollment. When you enroll via CSR, you can now upload your private key during the enrollment flow and have CertSecure generate a downloadable PFX file. For destinations that need PFX (and there are still many), this saves a separate openssl step on your laptop.

DigiCert certificate delivery via email has been fixed for a known edge case, and a handful of additional enrollment path bugs have been cleared out. The “ignore template” behavior has been corrected as well. 

Certificate Management

Prevent certificate outages, streamline IT operations, and achieve agility with our certificate management solution.

What’s Next

A quick note on where we’re heading, because the work doesn’t stop with this release.

Continued automation depth is the biggest theme. As 100-day certificates become the standard in March 2027, we’ll be adding more deployment targets and more sophisticated orchestration patterns. If there’s a platform in your stack we don’t yet automate, tell us. That feedback shapes the roadmap. 

Post-quantum cryptography readiness is the second. The risk profile, zero-touch renewal, and orchestration foundation in 3.3 are what make a future PQC migration tractable. When you can renew an entire fleet automatically, swapping algorithms becomes a configuration change rather than a multi-quarter project. Explicit PQC capabilities are work in flight, and we’ll share more in upcoming releases as the public CA ecosystem standardizes its PQC issuance practices. 

The same automation foundation extends beyond TLS certificates. Our CBOM Secure platform runs that same certificate discovery across your full cryptographic estate, and our CBOM: From Inventory to Intelligence guide covers turning that inventory into an ongoing program. Because certificate automation in CertSecure Manager 3.3 is CA-agnostic, the zero-touch renewal foundation you build now also gives you the crypto agility to swap algorithms later without a multi-quarter project. Our 9-phase PQC readiness roadmap and PQC Center of Excellence can help you plan that transition alongside this upgrade.

Discovery expansion is the third. AWS Cloud Discovery and IIS CCS join the discovery roster in 3.3, but there are more cloud and on-prem certificate stores to cover. We’re working through them. 

How to Upgrade

CertSecure Manager v3.3 is available now. If you’re already on a recent release, the upgrade path is straightforward. Your Encryption Consulting account team can walk you through environment-specific considerations and any sequencing for HA deployments. 

If you’re not yet on CertSecure Manager, the timing is genuinely worth thinking about. The shift from 200-day to 100-day certificates lands in March 2027, less than a year out. Organizations that wait until 47-day certificates are actually mandated in 2029 to start automating will be doing it under fire. Organizations that build a working automation foundation now, through the 200-day and 100-day phases, will arrive at 2029 with infrastructure that already works.

If any of the features above sound like they solve a problem you’ve been living with, reach out to the Encryption Consulting team for a walkthrough of your environment. 

And, as always, thank you to every customer who filed a ticket, asked the hard question, or insisted the existing workaround wasn’t acceptable. Most of what’s in 3.3 traces back to you.

Frequently Asked Questions

What Is the Main Takeaway From CertSecure Manager 3.3 Is Here, and It Lands Right When You Need It Most?

CertSecure Manager 3.3 is built for the CA/Browser Forum’s phased reduction of maximum public TLS certificate validity to 47 days by 2029. The release adds a Certificate Risk Profile, bulk revocation and ownership transfer, zero-touch renewal across all web server agents, and an Ansible ACME automation path, so certificate teams can operate at roughly eight times today’s renewal frequency without manual bottlenecks.

Why Does This Matter for Enterprise Certificate Lifecycle Management?

DigiCert’s Trust Pulse Survey found that 45% of organizations experienced certificate-related downtime in the past year, and 37.5% traced an outage specifically to an expired certificate. As renewal frequency climbs roughly eightfold under the 47-day schedule, every manual step in that process becomes a more frequent opportunity for the same outage, which is exactly what zero-touch automation is designed to remove.

What Teams Are Responsible for Acting on This Guidance?

PKI teams own scheduling the upgrade and validating Certificate Risk Profile results afterward. Security teams own reviewing Severe and High Risk certificates and confirming bulk revocation runbooks are current. Platform and DevOps teams own wiring in zero-touch renewal and the Ansible ACME automation path. Compliance teams own using Risk Profile and ownership-transfer records as audit-ready evidence.

What Risks Increase If This Topic Is Handled Manually?

Manually tracking certificates at roughly 21 renewals a day, the volume a 1,000-certificate inventory reaches under the 47-day schedule, makes missed renewals and the outages they cause far more likely. Manual processes also make weak keys, deprecated algorithms, and long validity periods harder to spot before an auditor or an incident does, which is exactly what the Certificate Risk Profile is built to surface automatically.

How Does Automation Reduce Certificate Outage Risk?

Zero-touch renewal moves a certificate from CA enrollment through delivery, installation, and service reload with no human step to miss or delay. Pairing that with the Certificate Risk Profile means weak or soon-to-expire certificates are flagged automatically, rather than discovered when a service already using that certificate fails.

What Metrics Should Teams Track After Implementation?

Track the percentage of certificates scored Secure or Low Risk versus High Risk or Severe, the share of renewals completed via zero-touch automation versus manual intervention, time to bulk-revoke and reassign ownership for a defined batch, and certificate-related outage tickets per quarter compared against your pre-upgrade baseline.

How Does This Connect to 47-Day TLS Certificate Readiness?

The CA/Browser Forum’s Ballot SC-081v3, approved April 11, 2025, phases maximum public TLS certificate validity from 398 days today to 200 days in March 2026, 100 days in March 2027, and 47 days by March 2029, roughly an eightfold increase in renewal frequency. CertSecure Manager 3.3’s zero-touch renewal, bulk operations, and risk scoring are built specifically to absorb that increase without adding headcount.

How Should This Be Handled in Multi-Cloud or Hybrid PKI Environments?

Apply the same Certificate Risk Profile scoring, zero-touch renewal, and discovery consistently across every CA, cloud, and on-premises environment rather than automating one and leaving another manual. CertSecure Manager 3.3’s AWS Cloud Discovery, IIS CCS Store Discovery, Azure Key Vault support, and native Google Public CA integration are built to bring exactly these mixed environments under one inventory.

What Prerequisites Are Needed Before Implementation?

You need a supported, recent CertSecure Manager release to upgrade from, administrative access to every connected CA and vault you plan to bring under the new features, a scheduled maintenance window with node sequencing confirmed for HA deployments, and a tested backup of your current configuration and database taken immediately before the upgrade.

What Screenshots or Configuration Examples Should Be Included?

The Certificate Risk Profile column in Inventory and Certificate Search, the trust chain visualization on a certificate’s details view, the CA Management page’s new pinging status, and the Metrics tab’s CPU, disk, and RAM view are the four UI views worth screenshotting for internal rollout guides. For configuration, the Ansible ACME automation example in this guide shows the pattern for declaring certificate state as code.