- Silicon Valley’s janitor problem
- Python pizza status
- Why Gen Y Is Going to Change the Web
- Understanding how you process information to help you get organized, part 2
- OLPC Will Ship With Windows XP
- How to Be On Time Every Time
- Poor Children Of The World No Longer Will Have To Struggle With Linux
- HubSpot Gets $12 Million To Drive Traffic to Your Site
- Google kills Anonymous AdSense account
- Epic Fail....
- Lifehack Digest for May 14
- Debian/Ubuntu users: update your SSL keys and certs
- Information Overload
- Scattered Clouds
- Cleaning Your Display and Keyboard
- Knievel Fail
- New Google Service Turns Web Pages into Networking Sites
- Ice Cream Fail
- Strange Fail
- Obedience Fail
Using a valid ca-bundle.crt smime file with mutt
Submitted by rene on Wed, 01/23/2008 - 19:24.
mutt will complain with the following if you havent setup a working ~/.smime directory.
Error loading file /home/rene/.smime/ca-bundle.crt
301:error:02001002:system library:fopen:No such file or directory:bss_file.c:
122:fopen('/home/rene/.smime/ca-bundle.crt','r')
A quick way to fix this is to install the ca-certificates package distributed by your vendor, create the smime directories and link a ca-bundle.crt directory.
Heres how to do it with Debian or Ubuntu.
$ sudo apt-get install ca-certificates $ smime_keys init $ ln -sf /etc/ssl/certs/ca-certificates.crt ~/.smime/ca-bundle.crtmutt should be happy and display the following when trying to verify a smime signature
[-- OpenSSL output follows (current time: Wed 23 Jan 2008 08:22:17 PM EST) --] Verification successful [-- End of OpenSSL output --]






















Thanks
Thanks.... save me a lot of time searching for the correct link
Chris
Heh, let me guess, you saw
Hah, no. Total coincidence..
Post new comment