diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-05 08:00:25 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-05 08:00:25 +0000 |
commit | ee2d4618d92eace9aabbcd59c020b28459bd6431 (patch) | |
tree | 9e99b6553d9c5d0650eeec6e960be57136434296 /net/SSLtelnet/pkg-descr | |
parent | 8fc5dd3dfff20b8692576fe80a1dbb2927a90751 (diff) | |
download | FreeBSD-ports-ee2d4618d92eace9aabbcd59c020b28459bd6431.zip FreeBSD-ports-ee2d4618d92eace9aabbcd59c020b28459bd6431.tar.gz |
Fix build and run problems in conjunction with OpenSSL.
Natively SSLtelnet works with SSLeay, only.
PR: ports/12973
Submitted by: Issei Suzuki <issei@jp.FreeBSD.ORG> (maintainer)
Diffstat (limited to 'net/SSLtelnet/pkg-descr')
-rw-r--r-- | net/SSLtelnet/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/SSLtelnet/pkg-descr b/net/SSLtelnet/pkg-descr index d346018..68854119 100644 --- a/net/SSLtelnet/pkg-descr +++ b/net/SSLtelnet/pkg-descr @@ -1,13 +1,13 @@ This program suports both certification and cryptogoraphic with using SSL. -If you do not have certification (/usr/local/certs/telnet.pem) provided by CA, -this port make dummy certification. Of cource it is useless to certify but you -can use SSL telnet/telnetd in encryption only mode with it. +If you do not have certification (/usr/local/openssl/certs/telnet.pem) provided +by CA, this port make dummy certification. Of cource it is useless to certify +but you can use SSL telnet/telnetd in encryption only mode with it. You must edit /etc/inetd.conf to make SSL telnetd available. Some examples below: -1. Accept both normail telnet client and SSL telnet client. +1. Accept both normal telnet client and SSL telnet client. telnet stream tcp nowait root /usr/local/libexec/telnetd telnetd |