opnsense-ports/irc/psybnc/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
438 B
Text

If you have not created SSL certificates for psybnc already, do so using the
following commands:
cd %%PSYBASE%%
/usr/bin/openssl req -new -config key/ssl.cnf -out key/psybnc.req.pem \
-keyout key/psybnc.key.pem -nodes
/usr/bin/openssl req -x509 -days 365 -in key/psybnc.req.pem \
-key key/psybnc.key.pem -out key/psybnc.cert.pem
/usr/bin/openssl x509 -subject -dates -fingerprint -noout \
-in key/psybnc.cert.pem