User Tools

Site Tools


linux:gpg_howto

This is an old revision of the document!


[HOWTO] gpg

Cheatsheet

list secret keys

Long: <code bash> gpg –list-secret-keys –keyid-format=long <code> sort: <code bash> gpg –list-secret-keys <code>

Export secret key

<code bash> gpg –export-secret-keys –armor 1234ABCD > secret.asc <code>

Export public key

<code bash> gpg –export –armor –output bestuser-gpg.pub <code>

linux/gpg_howto.1694589194.txt.gz · Last modified: 2023/09/13 07:13 by dodger