http://bugs.winehq.org/show_bug.cgi?id=20370
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2009-10-16 11:46:49 --- Created an attachment (id=24169) --> (http://bugs.winehq.org/attachment.cgi?id=24169) Program to import test cert
It also kind of bugged me to have to import the cert is a system-wide root cert, so I wrote a quick utility to import it into the Wine registry under HKCU.
Download the cert like so: wget http://src.chromium.org/viewvc/chrome/trunk/src/net/data/ssl/certificates/ro...
Compile it with: winegcc bug20370import.c -lcryptui -lcrypt32
Then run it: ./a.out
Finally you can run the test program here.