Differences between revisions 2 and 3
Revision 2 as of 2012-03-20 18:04:22
Size: 1230
Editor: ThomasKoch
Comment:
Revision 3 as of 2012-03-20 18:17:18
Size: 1383
Editor: ThomasKoch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * Seems that Kleopatra only works on stuff under ~/.gnupg and ignores /etc/ssl/certs ?  * Seems that Kleopatra only works on stuff under ~/.gnupg and ignores /etc/ssl/certs ? Kleopatra and KMail use gpgsm for S/MIME?
 * gpgsm seems to come with an empty trust list? https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/273625

I thought by adding certificates to /etc/ssl/certs they would automatically be used in browsers and mail clients. How much wronger can you be...

Findings

Crypto Consolidation

Tipps

This might work to make ca-certificates available in Debian? (source)

# dpkg-divert --local --rename --add /usr/share/kde4/apps/kssl/ca-bundle.crt
# ln -s /etc/ssl/certs/ca-certificates.crt /usr/share/kde4/apps/kssl/ca-bundle.crt


CategorySystemSecurity