Re: POP3 + SSL or IMAP ?

2001-07-26 Thread Pawel Krupinski
Shlomi, You don't have to change Your server. Just add stunnel (http://www.stunnel.org). Regards, Pawel - Original Message - From: "Shlomi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 8:29 AM Subject: POP3 + SSL or IMAP ? > Hi all, > > I have a POP3

RE: FTP over SSH2

2001-07-24 Thread pawel . krupinski
Title: RE: FTP over SSH2 Dustin,     OpenSSH has something called sftp, in sshd_config You can setup sftp_server as subsystem. But I haven't seen pure ftp over SSH. Cheers, Pawel -Original Message- From: Dustin Wiseman [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 10:

RE: how to create CRL with openssl?

2001-05-04 Thread pawel . krupinski
Title: RE: how to create CRL with openssl? Hi,     Very simply :         openssl ca -gencrl -config config_file -out out_file     Then if You want to change format to DER         openssl crl -in in_file -outform DER -out out_file     To first command You can add inf