rspm bootstrap keys

Advanced

Generate a public/private key pair for Package Manager to use for token generation

Terminal
rspm bootstrap keys [flags]

Examples

Terminal
rspm bootstrap keys

Options

Terminal
      --destination string   The directory to write the keys to (default "/var/lib/jenkins/.ppm/keys")
  -h, --help                 help for keys
      --overwrite            Overwrite the keys if they already exist
      --print-keys           Print out the keys instead of writing them to a file
  -q, --quiet                Only output the key.

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