mirror of
https://github.com/anope/anope.git
synced 2026-06-29 06:06:37 +02:00
Made ssl cert and keyfiles configurable
This commit is contained in:
@@ -359,6 +359,19 @@ rewrite
|
||||
* This module uses SSL to connect to the uplink server(s)
|
||||
*/
|
||||
module { name = "m_ssl" }
|
||||
ssl
|
||||
{
|
||||
/*
|
||||
* An optional certificate and key for m_ssl to give to the uplink.
|
||||
*
|
||||
* You can generate your own certificate and key pair by using:
|
||||
*
|
||||
* openssl genrsa -out anope.key 2048
|
||||
* openssl req -new -x509 -key anope.key -out anope.crt -days 1095
|
||||
*/
|
||||
cert = "data/anope.crt"
|
||||
key = "data/anope.key"
|
||||
}
|
||||
|
||||
/*
|
||||
* m_statusupdate
|
||||
|
||||
Reference in New Issue
Block a user