docs: document cert chain flags (--format, --chain-out, --fullchain-out)#8
Closed
krakenhavoc wants to merge 1 commit into
Closed
docs: document cert chain flags (--format, --chain-out, --fullchain-out)#8krakenhavoc wants to merge 1 commit into
krakenhavoc wants to merge 1 commit into
Conversation
…llchain-out flags
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.
Documentation gaps addressed
Scanned PR #7 (week of 2026-04-27):
feat: add full certificate chain download and display support.New docs added
cert issueflags table — Added two new flags:--chain-out(default./<domain>.chain.pem) — writes intermediate CA chain--fullchain-out(default./<domain>.fullchain.pem) — writes leaf + intermediatescert submitflags table — Same two flags added (mirrorscert issue).cert downloadflags table — Added:--formatflag with valuescert(leaf only, default),chain(intermediates only),fullchain(leaf + intermediates)cert show— Updated description to note it displays intermediate chain details.New "Certificate chain" section — Explains the three output files from
cert issue/cert submitand the--formatvalues forcert download, with copy-paste examples for each format. Notes that most web servers (nginx, Caddy, HAProxy) expect the full chain.CI/CD examples — Updated to include
--fullchain-outin thecert issueexample, which is the typical production usage.Suggested version bump
PR #7 adds new flags without breaking existing ones. The current release is
v0.1.x. Suggest bumping tov0.2.0(minor feature addition) once PR #7 merges.Related PRs
GET /certs/tls/:id/chainendpoint (dependency)Generated by Claude Code