summaryrefslogtreecommitdiffstats
path: root/net/SSLtelnet/pkg-plist
blob: e97f9d87e472fa4fe27c75ca453baf81cc6a744c (plain)
1
2
3
4
bin/telnet
libexec/telnetd
@exec mkdir %%OPENSSLDIR%%/certs
@exec if [ ! -f $(OPENSSLDIR)/certs/telnetd.pem ]; then cd %%OPENSSLDIR%%/certs; openssl req -new -x509 -nodes -days 365 -out telnetd.pem -keyout telnetd.pem; ln -s telnetd.pem `openssl x509 -noout -hash < telnetd.pem`.0 ; chmod 600 $(OPENSSLDIR)/certs/telnetd.pem; fi
OpenPOWER on IntegriCloud