mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
gnupg/gpg.conf: use correct address for public key + undo previous commit.
This commit is contained in:
parent
13e326ba86
commit
0fbef5fbeb
@ -20,9 +20,7 @@
|
|||||||
#
|
#
|
||||||
# See the man page for a list of options.
|
# See the man page for a list of options.
|
||||||
|
|
||||||
# Keyservers
|
keyserver pool.sks-keyservers.net
|
||||||
keyserver http://keyserver.pgp.com # Receive only, send keys at http://keyserver.pgp.com/
|
|
||||||
keyserver khp://pool.sks-keyservers.net # Send + receive
|
|
||||||
|
|
||||||
default-key 0x4DB53CFE82A46728
|
default-key 0x4DB53CFE82A46728
|
||||||
default-recipient-self
|
default-recipient-self
|
||||||
@ -39,7 +37,7 @@ personal-digest-preferences SHA512,SHA384,SHA256,SHA224,RIPEMD160,SHA1,MD5
|
|||||||
# Show the LONG KEYID by default and tell that it's hexadecimal string.
|
# Show the LONG KEYID by default and tell that it's hexadecimal string.
|
||||||
keyid-format 0xLONG
|
keyid-format 0xLONG
|
||||||
|
|
||||||
comment Public key: http://mkaysi.github.com/PGP/key.txt
|
comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt
|
||||||
comment gpg --keyserver pool.sks-keyservers.net --recv-keys 0x82A46728
|
comment gpg --keyserver pool.sks-keyservers.net --recv-keys 0x82A46728
|
||||||
comment Fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728
|
comment Fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728
|
||||||
comment Why do I (clear)sign emails? http://git.io/6FLzWg
|
comment Why do I (clear)sign emails? http://git.io/6FLzWg
|
||||||
|
Loading…
Reference in New Issue
Block a user