1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-27 21:19:51 -05:00

Add gpg config

This commit is contained in:
Jack Foltz 2018-11-29 20:27:42 -05:00
parent d759806ecc
commit 2a87cb1cc0
Signed by: foltik
GPG Key ID: D1F0331758D1F29A
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,3 @@
enable-ssh-support
default-cache-ttl 3600
max-cache-ttl 3600

16
lain/.gnupg/gpg.conf Normal file
View File

@ -0,0 +1,16 @@
personal-cipher-preferences AES256 AES192 AES CAST5
personal-digest-preferences SHA512 SHA384 SHA256 SHA224
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
cert-digest-algo SHA512
s2k-digest-algo SHA512
s2k-cipher-algo AES256
charset utf-8
fixed-list-mode
no-comments
no-emit-version
keyid-format 0xlong
list-options show-uid-validity
verify-options show-uid-validity
with-fingerprint
require-cross-certification
use-agent

View File

@ -0,0 +1,3 @@
pcsc-driver /usr/lib/libpcsclite.so
card-timeout 5
disable-ccid

2
lain/.pam_environment Normal file
View File

@ -0,0 +1,2 @@
SSH_AGENT_PID DEFAULT=
SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"