Skip to content

Commit

Permalink
Mention command for generating encryption keys (elastic#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Apr 14, 2021
1 parent 63aabaa commit 380c373
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tab-widgets/prereq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ service] must be enabled.
(`xpack.security.authc.api_key.enabled: true`)
* In the {kib} configuration, the saved objects encryption key
(`xpack.encryptedSavedObjects.encryptionKey`) must be set to any alphanumeric
value of at least 32 characters. {fleet} requires this setting in order to save
API keys and encrypt them in {kib}.
must be set. {fleet} requires this setting in order to save API keys and encrypt
them in {kib}. You can either set `xpack.encryptedSavedObjects.encryptionKey` to
an alphanumeric value of at least 32 characters, or run the
{kibana-ref}/kibana-encryption-keys.html[`kibana-encryption-keys` command] to
generate the key.
**Example security settings**

Expand Down

0 comments on commit 380c373

Please sign in to comment.