Tutorials: get the Authority ID from the authority detail page - #551
Merged
Conversation
Certificate Manager now shows the Authority ID directly on the authority detail page, alongside the root certificate download. Replace the List Authorities API calls in the wired, wireless, and GitHub SSH tutorials with a pointer to that page. The wired tutorial previously told readers to save the root certificate but never showed how; Step 2 then used client_ca.crt. The download link on the detail page closes that gap. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ls5vRnPQF7bFoaNueQc54h
tashian
enabled auto-merge
September 2, 2026 21:19
dopey
approved these changes
Sep 3, 2026
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.
Certificate Manager now shows the Authority ID directly on the authority detail page (Authority Settings panel), next to the root certificate download. The three agent-credential tutorials made readers find the ID with a List Authorities API call and
jq; this replaces that with a pointer to the page.tutorials/protect-wired-networks.mdxtutorials/protect-wireless-networks.mdxtutorials/protect-github-ssh.mdxAlso fixes a gap in the wired tutorial: it said to save the root certificate but never showed how, then used
client_ca.crtin Step 2. The Root Certificate download on the detail page covers it.馃 Generated with Claude Code
https://claude.ai/code/session_01Ls5vRnPQF7bFoaNueQc54h