Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nasdf committed Jun 26, 2024
1 parent 4e091cb commit 1aaf57e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/website/references/cli/defradb_keyring_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Generate private keys

Generate private keys.
Randomly generate and store private keys in the keyring.
By default peer and encryption keys will be generated.

WARNING: This will overwrite existing keys in the keyring.

Expand All @@ -15,6 +16,9 @@ Example:
Example: with no encryption key
defradb keyring generate --no-encryption-key

Example: with no peer key
defradb keyring generate --no-peer-key

Example: with system keyring
defradb keyring generate --keyring-backend system

Expand All @@ -26,7 +30,8 @@ defradb keyring generate [flags]

```
-h, --help help for generate
--no-encryption-key Skip generating an encryption. Encryption at rest will be disabled
--no-encryption-key Skip generating an encryption key. Encryption at rest will be disabled
--no-peer-key Skip generating a peer key.
```

### Options inherited from parent commands
Expand Down

0 comments on commit 1aaf57e

Please sign in to comment.