Hi Scott (2003.09.21_18:32:22_+0200) > Even using openssl command line, it still asks for a PEM passphrase. This is rapidly > becoming more hassle than it's worth. I think I'm just going to stick with a SSH > tunnel. > > At least that works.
You've got this far, you might as well get it working: openssl rsa -in <current name> -out <new name> It will ask for the passphrase, but certificate it outputs will be passphrase-free. This is the one you use for binc. SR -- +---------------------------------------------------------+ | Stefano Rivera http://rivera.za.net | | H: +27 21 794 7937 () ASCII Ribbon Campaign: | | C: +27 72 419 8559 /\ Say "No!" to HTML email. | +---------------------------------------------------------+ "The Net interprets censorship as damage and routes around it." - John Gilmore
