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
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:
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