Add gpg conf
This commit is contained in:
parent
f9656d3a6d
commit
ee7f90f5f9
3 changed files with 16 additions and 17 deletions
|
@ -162,6 +162,13 @@ dotfiles:
|
||||||
f_foot.ini:
|
f_foot.ini:
|
||||||
src: .config/foot/foot.ini
|
src: .config/foot/foot.ini
|
||||||
dst: ~/.config/foot/foot.ini
|
dst: ~/.config/foot/foot.ini
|
||||||
|
f_gpg-agent.conf:
|
||||||
|
src: .gnupg/gpg-agent.conf
|
||||||
|
dst: ~/.gnupg/gpg-agent.conf
|
||||||
|
chmod: '600'
|
||||||
|
f_gpg.conf:
|
||||||
|
src: .gnupg/gpg.conf
|
||||||
|
dst: ~/.gnupg/gpg.conf
|
||||||
profiles:
|
profiles:
|
||||||
base:
|
base:
|
||||||
dotfiles:
|
dotfiles:
|
||||||
|
@ -233,6 +240,8 @@ profiles:
|
||||||
- f_user-dirs.dirs
|
- f_user-dirs.dirs
|
||||||
- f_gitconfig
|
- f_gitconfig
|
||||||
- f_foot.ini
|
- f_foot.ini
|
||||||
|
- f_gpg-agent.conf
|
||||||
|
- f_gpg.conf
|
||||||
Moria:
|
Moria:
|
||||||
include:
|
include:
|
||||||
- terminal
|
- terminal
|
||||||
|
|
5
home/.gnupg/gpg-agent.conf
Normal file
5
home/.gnupg/gpg-agent.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
enable-ssh-support
|
||||||
|
pinentry-program /usr/bin/pinentry-gnome3
|
||||||
|
default-cache-ttl 60
|
||||||
|
max-cache-ttl 120
|
||||||
|
extra-socket /run/user/1000/gnupg/S.gpg-agent.extra
|
|
@ -1,17 +1,2 @@
|
||||||
# File re-created by pEp
|
use-agent
|
||||||
# See backup in '/home/reekymarko/.gnupg/gpg.conf.1.pep.bkp'
|
keyserver hkps://keys.openpgp.org
|
||||||
|
|
||||||
# File re-created by pEp
|
|
||||||
# See backup in '/home/reekymarko/.gnupg/gpg.conf.0.pep.bkp'
|
|
||||||
|
|
||||||
# GnuPG config file created by KGpg
|
|
||||||
|
|
||||||
default-key A90767494C36DEC2EBBCFB8E83850D9D26A2216C
|
|
||||||
keyserver hkp://keys.gnupg.net
|
|
||||||
cert-digest-algo SHA256
|
|
||||||
no-emit-version
|
|
||||||
no-comments
|
|
||||||
personal-cipher-preferences AES AES256 AES192 CAST5
|
|
||||||
personal-digest-preferences SHA256 SHA512 SHA384 SHA224
|
|
||||||
ignore-time-conflict
|
|
||||||
allow-freeform-uid
|
|
||||||
|
|
Loading…
Reference in a new issue