On Mon, Mar 14, 2011 at 01:01:14AM -0700, Jason Helfman wrote: > Which directions did you follow? When I try to import my pem file that was > exported, I get this error: > > [jhelfman@eggman ~]$ smime_keys add_pem jhelfman.pem > Not all contents were bagged. can't continue. at /usr/local/bin/smime_keys > line 572. > > Did you use a .pem file, or another? > > Thanks! > Jason
First link is sufficient. After you follow link Comodo sent you, your certificate is installed in your browser (firefox in my case). You need to export it then (Edit - Preferences - Advanced - Encryption - View Certificates - Your Certificates - Backup). It is .p12, not .pem file, so you need to use: smime_keys add_p12 ~/your_comodo_cert.p12 If your muttrc is not in ~/.muttrc, copy it there just for this command, so it can find what it needs. Cheers!
