Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add caution note for keys ca create #353

Merged
merged 1 commit into from
Dec 26, 2023
Merged
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
3 changes: 2 additions & 1 deletion subcommands/keys/ca_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ func init() {
Run: doCreateCA,
Args: cobra.ExactArgs(1),
Long: `Perform a one-time operation to set up PKI infrastructure for managing
the device gateway. This command creates a few things:
the device gateway. Caution: this can only be done once.
This command creates a few things:

### Root of trust for your factory: factory_ca.key / factory_ca.pem
The factory_ca keypair is generated by this command to define the PKI root of
Expand Down
Loading