From 3e4393e1275920460b0cb49e9caf47ae88a60656 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Thu, 20 Feb 2025 13:22:41 +0000 Subject: [PATCH] Update copy for linked CA init --- commands/app.go | 2 +- pki/pki.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/app.go b/commands/app.go index 7f4e2e131..022f43dcb 100644 --- a/commands/app.go +++ b/commands/app.go @@ -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 `) diff --git a/pki/pki.go b/pki/pki.go index b6401d1ea..2c3a158ca 100644 --- a/pki/pki.go +++ b/pki/pki.go @@ -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()