Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/cosign/key-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Public key written to cosign.pub

Alternatively, you can use the `COSIGN_PASSWORD` environment variable to provide one.

*Note:* Cosign does not support RSA keys. Please generate and use only ED25519 keys for signing and verifying software artifacts.

## Key generation and management

To generate keys using a KMS provider, you can use the `cosign generate-key-pair` command with the `--kms` flag.
Expand Down