Muh dotfiles
This commit is contained in:
2
.gnupg/dirmngr.conf
Normal file
2
.gnupg/dirmngr.conf
Normal file
@ -0,0 +1,2 @@
|
||||
no-use-tor
|
||||
keyserver hkps://keys.openpgp.org
|
1
.gnupg/gpg-agent.conf
Normal file
1
.gnupg/gpg-agent.conf
Normal file
@ -0,0 +1 @@
|
||||
enable-ssh-support
|
10
.gnupg/gpg.conf
Normal file
10
.gnupg/gpg.conf
Normal file
@ -0,0 +1,10 @@
|
||||
# When verifying signatures with unknown keys
|
||||
auto-key-retrieve
|
||||
# Use keyserver specified in the key
|
||||
keyserver-options honor-keyserver-url
|
||||
# Main key is only for certifying subkeys
|
||||
default-new-key-algo ed25519/cert
|
||||
# Source for the entire public key
|
||||
# Git will autofetch keys and validate commints on `git log --show-signature`
|
||||
# if `auto-key-retrieve` is enabled and `honor-keyserver-url` is set.
|
||||
sig-keyserver-url https://gitea.linerds.us/0x1D8.gpg
|
Reference in New Issue
Block a user