1
0
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:
Adam
2012-05-09 03:37:37 -04:00
parent f89599726e
commit d5ffae0e46
2 changed files with 38 additions and 12 deletions
+13
View File
@@ -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