mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
6e425f7428
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Updating docs-content-check-legacy-links-format hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
18 lines
570 B
Plaintext
18 lines
570 B
Plaintext
---
|
|
layout: commands
|
|
page_title: 'Commands: Keygen'
|
|
description: >-
|
|
The `keygen` command generates an encryption key that can be used for Consul
|
|
agent traffic encryption. The keygen command uses a cryptographically strong
|
|
pseudo-random number generator to generate the key.
|
|
---
|
|
|
|
# Consul Keygen
|
|
|
|
Command: `consul keygen`
|
|
|
|
The `keygen` command generates an encryption key that can be used for
|
|
[Consul agent traffic encryption](/consul/docs/security/encryption).
|
|
The keygen command uses a cryptographically
|
|
strong pseudo-random number generator to generate the key.
|