mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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
|
|
EOM
|
|
}
|
|
]
|