Skip to content

docs: document cert chain flags (--format, --chain-out, --fullchain-out)#8

Closed
krakenhavoc wants to merge 1 commit into
mainfrom
claude/sleepy-meitner-YtS1y
Closed

docs: document cert chain flags (--format, --chain-out, --fullchain-out)#8
krakenhavoc wants to merge 1 commit into
mainfrom
claude/sleepy-meitner-YtS1y

Conversation

@krakenhavoc

Copy link
Copy Markdown
Contributor

Documentation gaps addressed

Scanned PR #7 (week of 2026-04-27): feat: add full certificate chain download and display support.

New docs added

cert issue flags table — Added two new flags:

  • --chain-out (default ./<domain>.chain.pem) — writes intermediate CA chain
  • --fullchain-out (default ./<domain>.fullchain.pem) — writes leaf + intermediates

cert submit flags table — Same two flags added (mirrors cert issue).

cert download flags table — Added:

  • --format flag with values cert (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 submit and the --format values for cert 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-out in the cert issue example, 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 to v0.2.0 (minor feature addition) once PR #7 merges.

Related PRs


Generated by Claude Code

@krakenhavoc
krakenhavoc deleted the claude/sleepy-meitner-YtS1y branch May 14, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant