Block new Linked CA creation in step ca init#1559
Open
Conversation
Remove support for creating new Linked CA deployments: - Remove "linked" from --deployment-type flag options - Return clear error when --deployment-type=linked is used - Remove "Linked" from interactive deployment type selection - Update help text to point users to Step CA Pro Existing Linked CAs can still run (via certificates repo) but new ones cannot be created in open-source step-ca. This is phase 1 of removing Linked CA from open-source step-ca. A future release will remove the functionality entirely. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 tasks
tashian
added a commit
to smallstep/docs
that referenced
this pull request
Jan 29, 2026
Update documentation to clarify that linked CA functionality is now available exclusively through Step CA Pro, not open-source step-ca. Related PRs: - smallstep/certificates#2554 - smallstep/cli#1559 PRO-331 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add complete migration workflow using the new step-ca import command to the Linked CA deprecation section. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Cover the linked deployment type deprecation error and other deployment type validation paths. Co-Authored-By: Claude Opus 4.5 <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
step-ca export --tokenandstep-ca importChanges
command/ca/init.go:--deployment-typeflag options--deployment-type=linkedis usedCHANGELOG.md: Added deprecation notice with complete migration instructionsMigration Workflow
For users migrating from Linked CA to standalone mode:
Behavior Summary
step ca init --deployment-type=linkedstep-ca --token=xxx(existing)step ca initContext
This is phase 1 of removing Linked CA from open-source step-ca. The linked deployment type is moving to Step CA Pro.
Related certificates PR: smallstep/certificates#2554
Test plan
make buildpassesstep ca init --deployment-type=linkedreturns clear errorstep ca initshows only Standalone/Hosted options🤖 Generated with Claude Code