[logo] Generate Your Own Key Pair

3. Confirm the Key Pair

Just in case, check if the key pair is correctly generated.

  1. Check your public key.
    • Execute the following from a terminal or command prompt window.
      $ gpg --list-keys
      
  2. Check your secret key.
    • Execute the following from a terminal or command prompt window.
      $ gpg --list-secret-keys
      
      

See if information on the generated key pair is displayed.

If it is, generation of your key pair is complete.

[Next] Backup your key rings