Skip to content

rspm encrypt generate#

Generate new encryption keys

Synopsis#

Write a newly-generated encryption key to standard output, or a given output file.

rspm encrypt generate [flags]

Examples#

  rspm encrypt generate > /var/lib/rstudio-pm/rstudio-pm.key
  rspm encrypt generate --file-out /var/lib/rstudio-pm/rstudio-pm.key

Options#

      --file-out string   Optional. Output to a file at this path.
  -h, --help              help for generate

Options inherited from parent commands#

  -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