How to generate a key
To generate a key with sq
, enter the following command in your command line:
$ sq key generate --own-key --name alice --email alice@example.com
To generate a v6 key, use the --profile
option:
$ sq key generate --profile rfc9580 --own-key --name alice --email alice@example.com
To learn about the possibilities and options around generating a key see chapter 'Key generation'.