mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
91ee7990cc
* website: purge existing directory * website: bulk update from master with changes specific to the upcoming 1.9 release excluded * test: revert envoy_version to 1.14.2 for existing-ca-path golden file
19 lines
582 B
Plaintext
19 lines
582 B
Plaintext
---
|
|
layout: commands
|
|
page_title: 'Commands: Keygen'
|
|
sidebar_title: 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](/docs/agent/encryption).
|
|
The keygen command uses a cryptographically
|
|
strong pseudo-random number generator to generate the key.
|