Using ca-cert file instead of fingerprint for gmail. adding gpg-agent.conf to repo
This commit is contained in:
parent
4c06949cb4
commit
37f94789ee
2 changed files with 6 additions and 1 deletions
5
gpg-agent.conf
Normal file
5
gpg-agent.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#pinentry-program /usr/local/bin/pinentry
|
||||||
|
pinentry-program /usr/local/bin/pinentry-mac
|
||||||
|
#default-cache-ttl 600
|
||||||
|
default-cache-ttl 86400
|
||||||
|
max-cache-ttl 7200
|
||||||
|
|
@ -32,5 +32,5 @@ type = Gmail
|
||||||
remoteuser = dustinswan@gmail.com
|
remoteuser = dustinswan@gmail.com
|
||||||
remotepasseval = decrypt_password(".gmail-password.gpg")
|
remotepasseval = decrypt_password(".gmail-password.gpg")
|
||||||
realdelete = no
|
realdelete = no
|
||||||
cert_fingerprint=fb28fb2d7a043b18d051bd0cfddf22bfc14012fc
|
sslcacertfile=/usr/local/etc/openssl/osx_cert.pem
|
||||||
ssl = yes
|
ssl = yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue