On Fri, Mar 18, 2005 at 01:48:15AM +0900, Magnus Bodin wrote: > > I want to create a X.509 certificate and save it as PKCS#12. > All in pure Ruby. I guess I can't? I guess I have to save it as PEM and then do a 'openssl pkcs12 -inkey mykey.pem -in mycert.pem -out mypair.p12 -export' ? The sillyness in this is that I will lose simplicity on the win32 platform as I just want to install the one-click-installer. It includes the openssl-libraries, but not the commandline tool. A pure ruby totally independent solution would be much, much nicer. -- magnus