Add SSL auto-renewal docs (cadence, force-renewal, DNS-01 troubleshooting)#16
Draft
lvangool wants to merge 1 commit into
Draft
Conversation
…ting) Customers had no way to predict when auto-renewal runs, force a renewal after fixing an upstream issue, or debug DNS-01 failures on Cloudflare- managed domains. The existing security/ssl.mdx only noted "renews every 3 months". Adds a dedicated security/ssl-auto-renewal.mdx covering the renewal schedule, the dashboard force-renewal procedure, and the common Cloudflare/DNS-01 failure modes, plus cross-links from both renewal Callouts in security/ssl.mdx. Linear: SUP-990 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
security/ssl-auto-renewal.mdxcovering:_acme-challengeTXT record manually.security/ssl.mdx.Why
On HS #33515 a customer's certificate lapsed and their site started returning 526, with no docs explaining when auto-renewal runs or how to intervene. This was filed as an umbrella gap (SUP-990) listing six concerns; this PR ships the three highest customer-impact items (cadence, force-renewal, DNS-01 troubleshooting). The remaining three (warning-email design, badge semantics, audit-log coverage) were deliberately scoped out as lower-impact / more internal-process detail.
Linear
Test plan
yarn validate:mdxpassesssl.mdxresolve to the new page🤖 Generated with Claude Code