mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +01:00
gpg.conf: copy https://we.riseup.net/riseuplabs+paow/openpgp-best-practices#update-your-gpg-defaults
This commit is contained in:
parent
9d5e6070bc
commit
1576080228
@ -58,8 +58,9 @@ default-preference-list AES256,AES192,AES,CAST5,3DES SHA512,SHA384,SHA256,SHA224
|
|||||||
default-keyserver-url hkps://hkps.pool.sks-keyservers.net
|
default-keyserver-url hkps://hkps.pool.sks-keyservers.net
|
||||||
|
|
||||||
# Forcing preferred settings even if it's against OpenPGP standards
|
# Forcing preferred settings even if it's against OpenPGP standards
|
||||||
#digest-algo SHA512
|
cert-algo SHA512
|
||||||
#compress-algo BZIP2
|
digest-algo SHA512
|
||||||
|
compress-algo BZIP2
|
||||||
|
|
||||||
no-allow-non-selfsigned-uid
|
no-allow-non-selfsigned-uid
|
||||||
default-sig-expire 0
|
default-sig-expire 0
|
||||||
@ -91,6 +92,13 @@ export-options export-local-sigs export-attributes export-sensitive-revkeys expo
|
|||||||
ask-cert-level
|
ask-cert-level
|
||||||
ask-cert-expire
|
ask-cert-expire
|
||||||
|
|
||||||
|
# Copying https://we.riseup.net/riseuplabs+paow/openpgp-best-practices#update-your-gpg-defaults
|
||||||
|
# when outputting certificates, view user IDs distinctly from keys:
|
||||||
|
fixed-list-mode
|
||||||
|
# You should always know at a glance which User IDs gpg thinks are legitimately bound to the keys in your keyring:
|
||||||
|
verify-options show-uid-validity
|
||||||
|
list-options show-uid-validity
|
||||||
|
|
||||||
# Add comments to things signed/encrypted by gpg
|
# Add comments to things signed/encrypted by gpg
|
||||||
comment Homepage: http://mkaysi.github.com/
|
comment Homepage: http://mkaysi.github.com/
|
||||||
comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt
|
comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt
|
||||||
|
12
gpg.conf
12
gpg.conf
@ -58,8 +58,9 @@ default-preference-list AES256,AES192,AES,CAST5,3DES SHA512,SHA384,SHA256,SHA224
|
|||||||
default-keyserver-url hkps://hkps.pool.sks-keyservers.net
|
default-keyserver-url hkps://hkps.pool.sks-keyservers.net
|
||||||
|
|
||||||
# Forcing preferred settings even if it's against OpenPGP standards
|
# Forcing preferred settings even if it's against OpenPGP standards
|
||||||
#digest-algo SHA512
|
cert-algo SHA512
|
||||||
#compress-algo BZIP2
|
digest-algo SHA512
|
||||||
|
compress-algo BZIP2
|
||||||
|
|
||||||
no-allow-non-selfsigned-uid
|
no-allow-non-selfsigned-uid
|
||||||
allow-multiple-messages
|
allow-multiple-messages
|
||||||
@ -89,6 +90,13 @@ export-options export-local-sigs export-attributes export-sensitive-revkeys expo
|
|||||||
ask-cert-level
|
ask-cert-level
|
||||||
ask-cert-expire
|
ask-cert-expire
|
||||||
|
|
||||||
|
# Copying https://we.riseup.net/riseuplabs+paow/openpgp-best-practices#update-your-gpg-defaults
|
||||||
|
# when outputting certificates, view user IDs distinctly from keys:
|
||||||
|
fixed-list-mode
|
||||||
|
# You should always know at a glance which User IDs gpg thinks are legitimately bound to the keys in your keyring:
|
||||||
|
verify-options show-uid-validity
|
||||||
|
list-options show-uid-validity
|
||||||
|
|
||||||
# Add comments to things signed/encrypted by gpg
|
# Add comments to things signed/encrypted by gpg
|
||||||
#comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG
|
#comment Homepage: http://mkaysi.github.com/ # MKAYSIGREP MKAYSIGREPGPG
|
||||||
#comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG
|
#comment Public key: http://mkaysi.github.com/PGP/0x82A46728.txt # MKAYSIGREP MKAYSIGREPGPG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user