mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore: added 0xlong format in gpg examples
This commit is contained in:
@@ -130,8 +130,11 @@ gopass templates rm …
|
||||
# List all recipients.
|
||||
gopass recipients
|
||||
|
||||
# Get the key ID in the format used by gopass.
|
||||
gpg --list-keys --keyid-format '0xlong'
|
||||
|
||||
# Add recipients.
|
||||
gopass recipients add 'key-id'
|
||||
gopass recipients add 'key-id-in-0xlong-format'
|
||||
gopass recipients add -s 'store' …
|
||||
|
||||
# Remove recipients
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# List existing keys.
|
||||
gpg --list-keys
|
||||
gpg --list-keys --keyid-format 'short'
|
||||
gpg --list-secret-keys --with-keygrip
|
||||
gpg --list-secret-keys --with-keygrip --keyid-format '0xlong'
|
||||
|
||||
# Generate a new key.
|
||||
gpg --gen-key
|
||||
|
||||
Reference in New Issue
Block a user