Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func appAction(ctx *cli.Context) error {
return errors.New(`'step-ca' requires the '--token' flag for linked deploy type.

To get a linked authority token:
1. Log in or create a Certificate Manager account at ` + "\033[1mhttps://u.step.sm/linked\033[0m" + `
1. Contact us at ` + "\033[1mhttps://u.step.sm/cm\033[0m" + ` to create a new Certificate Manager account
2. Add a new authority and select "Link a step-ca instance"
3. Follow instructions in browser to start 'step-ca' using the '--token' flag
`)
Expand Down
2 changes: 1 addition & 1 deletion pki/pki.go
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ func (p *PKI) askFeedback() {
if p.options.deploymentType == LinkedDeployment {
ui.Println()
ui.Println("\033[1mNEXT STEPS\033[0m")
ui.Println(" 1. Log in or create a Certificate Manager account at \033[1mhttps://u.step.sm/linked\033[0m")
ui.Println(" 1. Contact us at \033[1mhttps://u.step.sm/cm\033[0m to create a Certificate Manager account")
ui.Println(" 2. Add a new authority and select \"Link a step-ca instance\"")
ui.Println(" 3. Follow instructions in browser to start `step-ca` using the `--token` flag")
ui.Println()
Expand Down
Loading