rspm encrypt rotate

Command to rotate the encryption key.

Synopsis

Command to rotate the encryption key. Encrypted values in the database will be rotated to use the new key. Encrypted values in the configuration file will need to be manually updated. All existing API tokens will not work after rotating the encryption key and new ones will need to be generated after the rotation.

Terminal
rspm encrypt rotate [flags]

Examples

Terminal
  rspm encrypt rotate

Options

Terminal
  -h, --help    help for rotate
  -q, --quiet   Output config values to rotate without any additional prompting.

Options inherited from parent commands

Terminal
  -a, --address string             The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
  -c, --config string              Path to config file
      --insecure-ssl-skip-verify   If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
  -o, --output-format string       Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
  -v, --verbose                    Provide additional output
Back to top