Skip to content

Commit

Permalink
Fix help text of keys ca create
Browse files Browse the repository at this point in the history
The text was invalid RsT which is required for generating content
on docs.foundries.io

Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac committed Jan 21, 2021
1 parent f909421 commit 59ff309
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions subcommands/keys/ca_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ the device gateway. 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
trust for this factory.
* factory_ca.key - An EC prime256v1 private key that should be STORED OFFLINE.
* factory_ca.pem - The public x509 certificate that is shared with
Foundries.io. Once set, all future PKI related changes will
require proof you own this certificate.
Foundries.io. Once set, all future PKI related changes will require proof
you own this certificate.
# online-ca - A Foundries.io owned keypair to support lmp-device-register
In order for lmp-device-register to work, Foundries.io needs the ability to
Expand Down

0 comments on commit 59ff309

Please sign in to comment.