mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
gpg.conf: show fingerprints by default (e.g --list-keys) and add export...
...ing options to teach to be careful and add commented throw-keyid
This commit is contained in:
parent
cafaa023d8
commit
3dc345e6a6
@ -66,8 +66,9 @@ default-sig-expire 0
|
||||
|
||||
allow-multiple-messages
|
||||
|
||||
# Show the LONG KEYID by default and tell that it's hexadecimal string.
|
||||
# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string.
|
||||
keyid-format 0xLONG
|
||||
with-fingerprint
|
||||
|
||||
# Use Eye Of Gnome as default image viewer
|
||||
photo-viewer eog %i
|
||||
@ -79,6 +80,14 @@ lock-multiple
|
||||
|
||||
expert
|
||||
|
||||
# Teach to be careful with sensitive things by exporting them like everything else
|
||||
import-options import-local-sigs
|
||||
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
||||
|
||||
# Don't tell whom the message is encrypted to.
|
||||
#throw-keyids
|
||||
|
||||
|
||||
# Add comments to things signed/encrypted by gpg
|
||||
comment Homepage: http://mkaysi.github.com/
|
||||
comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt
|
||||
|
10
gpg.conf
10
gpg.conf
@ -66,8 +66,9 @@ default-sig-expire 0
|
||||
|
||||
allow-multiple-messages
|
||||
|
||||
# Show the LONG KEYID by default and tell that it's hexadecimal string.
|
||||
# Show the LONG KEYID and fingerprint by default and tell that it's hexadecimal string.
|
||||
keyid-format 0xLONG
|
||||
with-fingerprint
|
||||
|
||||
# Use Eye Of Gnome as default image viewer
|
||||
photo-viewer eog %i
|
||||
@ -79,6 +80,13 @@ lock-multiple
|
||||
|
||||
expert
|
||||
|
||||
# Teach to be careful with sensitive things by exporting them like everything else
|
||||
import-options import-local-sigs
|
||||
export-options export-local-sigs export-attributes export-sensitive-revkeys export-clean
|
||||
|
||||
# Don't tell whom the message is encrypted to.
|
||||
#throw-keyids
|
||||
|
||||
# Add comments to things signed/encrypted by gpg
|
||||
#comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG
|
||||
#comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG
|
||||
|
Loading…
Reference in New Issue
Block a user