keys
****


Description
===========

Generates an RSA key pair. A passphrase for the private key can be
provided using either the 'passphrase' or 'passphrase-file' option. If
neither option is provided, the user will be prompted for a passphrase
via stdin.


Usage
=====

   oci setup keys [OPTIONS]


Options
=======


--key-name [text]
-----------------

A name for the key. Generated key files will be {key-name}.pem and
{key-name}_public.pem


--output-dir [path]
-------------------

An optional directory to output the generated keys.


--passphrase [text]
-------------------

An optional passphrase to encrypt the private key.


--passphrase-file [filename]
----------------------------

An optional file with the first line specifying a passphrase to
encrypt the private key (or '-' to read from stdin).


--overwrite
-----------

An option to overwrite existing files without a confirmation prompt.


-?, -h, --help
--------------

Show this message and exit.
