Paul wrote: > ----- Original Message ----- > From: "Arno Garrels" <[email protected]> > To: "ICS support mailing" <[email protected]> > Sent: Tuesday, October 06, 2009 6:18 PM > Subject: Re: [twsocket] Need some help with OverbyteIcsLibEayEx > > >> Decryption uses the private key, if the private key PEM is >> password protected it has to be specified otherwise an OpenSSL >> error was raised on the attempt to load the private. > > How can I save (&load) the cert with a password ? > CreateSelfSignedCert() has no password option
openssl rsa -in MyKey.pem -des3 -out MyKey.pem.new -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
