Mike Garfias wrote: >You can strip the passwords with openssl... > >openssl rsa -in server.key -out server.key.unsecure > >The passphrase is in the key, not the cert. > > > Thanks guys, I'll give this a try now.