22
33* by Nash!Com*
44
5+ > ** TL;DR —** Certificate maximum lifetimes dropped to 200 days in March 2026
6+ > and will reach 47 days by 2029. At that frequency manual renewal breaks.
7+ > HCL Domino CertMgr automates this end-to-end for Domino servers. For
8+ > everything outside Domino — NGINX, load balancers, other services — Vault
9+ > and srvguard close the distribution gap. Rotating the private key on every
10+ > renewal cycle is the part most deployments have not solved yet.
11+
512---
613
714## The Clock Is Already Ticking
@@ -30,7 +37,6 @@ certificates automatically every month, it will break.
3037it is here. Certificates issued with more than 200-day validity are no longer
3138trusted by major browsers.
3239
33- ---
3440
3541## This Has Been Building for a Long Time
3642
@@ -50,7 +56,6 @@ The message from every major browser and CA is the same: manual certificate
5056management is over. Automation is no longer a best practice, it is a
5157requirement.
5258
53- ---
5459
5560## Renewal Is Not Enough — Keys Must Rotate Too
5661
@@ -82,7 +87,6 @@ This is more demanding operationally. A new key means:
8287With 47-day cycles, this happens roughly every six weeks — automatically,
8388reliably, for every server in your infrastructure.
8489
85- ---
8690
8791## What CertStore Already Does
8892
@@ -105,7 +109,6 @@ Closing that gap, so that every renewal automatically produces a new key pair
105109without manual intervention, is the next step. At 47-day cycles that step
106110becomes mandatory.
107111
108- ---
109112
110113## The Gap: Externally Deployed Certificates
111114
@@ -128,7 +131,6 @@ What is needed is a distribution layer that:
128131- Triggers automatic reload when new material arrives
129132- Scales to frequent rotation without manual intervention
130133
131- ---
132134
133135## HashiCorp Vault as the Distribution Layer
134136
@@ -149,7 +151,6 @@ The security properties align well with the shorter-lifetime model:
149151- Vault's audit log provides a full record of every access
150152- A server compromise exposes only what was in memory at that moment
151153
152- ---
153154
154155## The Timeline for Action
155156
@@ -162,7 +163,6 @@ effect March 15, 2027. That is the window to build and validate the automation.
162163By the time 47-day certificates arrive in 2029, the operational patterns need
163164to be routine, not experimental.
164165
165- ---
166166
167167## What I Am Building at Nash!Com
168168
@@ -256,7 +256,6 @@ Domino loads, the Extension Manager hook reads it exactly once, revokes the
256256key immediately, and passes it to Domino in memory. No files, no environment
257257variables, gone after first use.
258258
259- ---
260259
261260## Open Source
262261
@@ -279,7 +278,6 @@ Commercial services around implementation, integration with specific
279278environments, and ongoing support are available through
280279[ Nash!Com] ( https://www.nashcom.de ) .
281280
282- ---
283281
284282## References
285283
0 commit comments