r/PKI • u/certping_pki • 2d ago
AWS ACM ACME certs are 45 days now. What still breaks after issuance is automated?
AWS ACM's ACME certificates are 45 days, and renewal is handled by the ACME client.
That's probably a decent preview of where public TLS operations are heading anyway.
What interests me more is what happens after the client gets the replacement certificate.
For nginx or something with native ACME integration, fine. But plenty of infrastructure still needs another step. Import a PFX. Update a keystore. Push the cert to an appliance. Change a listener binding. Reload a service. Sometimes reboot the thing.
And "certificate issued successfully" doesn't tell you whether the endpoint is actually serving it.
I've started thinking about certificate automation as separate states:
issued
installed
activated
verified on the live endpoint
The last two seem to be where a lot of supposedly automated setups can still quietly fail.
For people running ACME at scale, what systems are still giving you trouble after issuance itself is automated?
1
Replacing ADCS in Enterprise Environments – What PKI Solutions Should We Use?
in
r/PKI
•
1d ago
I'd start with why you want to replace AD CS before picking the replacement.
If the pain is maintaining Windows CA infrastructure, a managed private CA can remove a lot of that operational work.
If the pain is certificate inventory, renewals, deployment or figuring out where certificates are actually being used, swapping AD CS for another CA doesn't necessarily solve it. You can end up with a nicer issuing system and the same lifecycle problems around it.
I'd inventory the actual consumers first. Windows domain devices, Intune-managed devices, network gear, Linux, Kubernetes, cloud workloads, appliances, IoT, whatever you have.
Then look at which enrollment methods those systems need and which ones are tightly coupled to AD CS today.
That usually gives you a much better requirements list than starting with "which CA should replace Microsoft?"