Skip to content

Commit

Permalink
Add NickServ certificate auth to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Oct 13, 2018
1 parent cd2aac3 commit 30951fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx_source/mainDocs/tls.rst
Expand Up @@ -54,6 +54,10 @@ To connect to IRC using SSL, specify the port number and prefix it with
a plus sign. Example: .jump irc.server.com +6697. The same goes for
the server list in the config file.

Some NickServ services allow you to authenticate with a certificate.
Eggdrop will use the certificte pair specified in ssl-privatekey/
ssl-certificate for authentication.

^^^^^^
Botnet
^^^^^^
Expand Down
6 changes: 4 additions & 2 deletions eggdrop.conf
Expand Up @@ -399,7 +399,8 @@ set resolve-timeout 7
# If you installed to a non-default location, use 'make sslcert DEST=...'
#
# THIS IS REQUIRED if you intend to use this bot as a hub for SSL hubs/
# listen ports, secure file transfer and /ctcp botnick schat
# listen ports, secure file transfer, /ctcp botnick schat, or
# using a certificate to authenticate with NickServ.
#set ssl-privatekey "eggdrop.key"

# Specify the filename where your SSL certificate is located. If you
Expand All @@ -415,7 +416,8 @@ set resolve-timeout 7
# If you installed to a non-default location, use 'make sslcert DEST=...'
#
# THIS IS REQUIRED if you intend to use this bot as a hub for SSL hubs/
# listen ports, secure file transfer and /ctcp botnick schat
# listen ports, secure file transfer, /ctcp botnick schat, or
# using a certificate to authenticate with NickServ.
#set ssl-certificate "eggdrop.crt"

# Sets the maximum depth for the certificate chain verification that will
Expand Down

0 comments on commit 30951fd

Please sign in to comment.