version 1.1, 2016/01/07 15:08:55
|
version 1.3, 2016/02/22 09:31:58
|
Line 28 You also need gnupg version 2.x installe
|
Line 28 You also need gnupg version 2.x installe
|
|
|
In pkgsrc, set |
In pkgsrc, set |
|
|
PKG_OPTIONS.mutt= gpgme |
PKG_OPTIONS.mutt+= gpgme |
|
|
in your /etc/mk.conf. |
in your /etc/mk.conf. |
|
|
Line 48 these lines, you don't need them any lon
|
Line 48 these lines, you don't need them any lon
|
## gpg-agent |
## gpg-agent |
|
|
You can use generic setup instructions for gnupg 2.x instead of this |
You can use generic setup instructions for gnupg 2.x instead of this |
section; I include them for completeness. They also apply for PGP, so |
section; I include them for completeness. They also apply for OpenPGP, so |
if you have that set up for gnupg 2.x already, you can skip it. |
if you have that set up for gnupg 2.x already, you can skip it. |
|
|
You need to have a gpg-agent running. The suggest setup (by gnugp) is |
You need to have a gpg-agent running. The suggest setup (by gnugp) is |
Line 122 You'll have to tell gpgsm which certific
|
Line 122 You'll have to tell gpgsm which certific
|
|
|
gpgsm -k --with-validation |
gpgsm -k --with-validation |
|
|
In case this doesn't happen, you'll see |
When you don't do that, you'll see |
|
|
Problem signature |
Problem signature |
|
|
Line 139 to your .gnupg/gpgsm.conf config file, w
|
Line 139 to your .gnupg/gpgsm.conf config file, w
|
XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX is the |
XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX is the |
fingerprint of your key. If you don't know it, you can find it using |
fingerprint of your key. If you don't know it, you can find it using |
|
|
gpg -K your@email.address |
gpgsm -K your@email.address |
|
|
or just |
or just |
|
|
gpg -K |
gpgsm -K |
|
|
If you don't set this, gpgsm will use the first secret key in your |
If you don't set this, gpgsm will use the first secret key in your |
keychain. |
keychain. |