summaryrefslogtreecommitdiff
path: root/net/SSLtelnet/pkg-plist
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 15:07:05 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-04-11 15:07:05 +0000
commitc7159045d644d5ae275eb9b30445f42372eeea81 (patch)
tree75a5da26de53d1e0489397f049820ef29bbed6fe /net/SSLtelnet/pkg-plist
parentUpgrade to 0.5.4. (diff)
It is a telnet/telnetd program support SSL encryption
and certification mechanism. PR: ports/6182 Submitted by: Issei Suzuki <issei@t-cnet.or.jp
Notes
Notes: svn path=/head/; revision=10475
Diffstat (limited to '')
-rw-r--r--net/SSLtelnet/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/SSLtelnet/pkg-plist b/net/SSLtelnet/pkg-plist
new file mode 100644
index 000000000000..e1b50c6fe211
--- /dev/null
+++ b/net/SSLtelnet/pkg-plist
@@ -0,0 +1,3 @@
+bin/telnet
+libexec/telnetd
+@exec ( [ -f %D/certs/telnetd.pem ] && exit ; echo "Making certificate files" ; cd %D/certs ; ssleay req -new -x509 -nodes -days 365 -out telnetd.pem -keyout telnetd.pem; ln -s telnetd.pem `ssleay x509 -noout -hash < telnetd.pem`.0 ; chmod 644 %D/certs/telnetd.pem )