> For the complete documentation index, see [llms.txt](https://docs.cyberway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyberway.io/software_manuals/how_to_guides/create_key_pair.md).

# How To Create Key Pair

## Goal

Create a public and private key pair for signing transactions.

## Before you begin

* Install the currently supported version of `cleos`.
* Understand the following:
  * What is a [public](https://docs.cyberway.io/users/glossary#public-key) and [private](https://docs.cyberway.io/users/glossary#private-key) key pair.

## Steps

To output the key pair to the console

```bash
$ cleos create key --to-console
```

To save the key pair to file

```bash
$ cleos create key --file FILE_TO_SAVEKEY
```
