mirror of https://github.com/hashicorp/consul
18 lines
600 B
Markdown
18 lines
600 B
Markdown
|
---
|
||
|
layout: "docs"
|
||
|
page_title: "Commands: Keygen"
|
||
|
sidebar_current: "docs-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](/docs/agent/encryption.html).
|
||
|
The keygen command uses a cryptographically
|
||
|
strong pseudo-random number generator to generate the key.
|