Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 563 Bytes

GenerateKey.md

File metadata and controls

22 lines (17 loc) · 563 Bytes

Generate Key

This command generates a new random key for encryption and decryption.

Example

envman generate:key production-env-key

Usage

generate:key <key-name>

Arguments

Argument Description Default
key-name Name of the key to be generated

Notes

  • The keys are generated with php-encryption.
  • DO NOT commit any generated key into your repository. That defeats the whole purpose because any one can decrypt the encrypted variables.