SkyeChat.Net
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Eggdrop ssl

Go down

Eggdrop ssl Empty Eggdrop ssl

Post by Admin Wed May 31, 2023 4:41 pm

Dit is allemaal in de eggdrop map.

Code:
$ ./configure
$ make config
$ make
$ make install

En dan de ssl verbinding.

Code:
$ openssl req -newkey rsa:4096 -days 730 -x509 -keyout eggdrop1.key -out eggdrop1.crt
$ cat eggdrop1.crt eggdrop1.key > ~/eggdrop/eggdrop1.pem
$ chmod 600 ~/eggdrop/eggdrop1.pem
$ openssl x509 -sha1 -fingerprint -noout -in ~/eggdrop/eggdrop1.pem | sed -e 's/^.*=//;s/://g;y/ABCDEF/abcdef/'

Dit zorgt ervoor dat de eggdrop kan connecten met server irc.skyechat.net +6697
of een andere server.

Admin
Admin

Posts : 20
Join date : 2023-05-30

https://skyechat.actieforum.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum