cmd/identity: improve CA key message (#3819)

This commit is contained in:
sixcorners 2020-04-03 06:00:45 -05:00 committed by GitHub
parent 0a4d253990
commit 06cddb053e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ func cmdNewService(cmd *cobra.Command, args []string) error {
}
fmt.Printf("Unsigned identity is located in %q\n", serviceDir)
fmt.Println("Please *move* CA key to secure storage - it is only needed for identity management!")
fmt.Println("Please *move* CA key to secure storage - it is only needed for identity management and isn't needed to run a storage node!")
fmt.Printf("\t%s\n", caConfig.KeyPath)
return nil
}