IRC: add system CA bundle, define Services Root opertype for Anope
This commit is contained in:
@@ -160,6 +160,7 @@ stringData:
|
||||
tls {
|
||||
certificate "/app/conf/tls/server.cert.pem";
|
||||
key "/app/conf/tls/server.key.pem";
|
||||
trusted-ca-file "/etc/ssl/certs/ca-certificates.crt";
|
||||
}
|
||||
}
|
||||
---
|
||||
@@ -307,6 +308,13 @@ stringData:
|
||||
nick = "Global"
|
||||
}
|
||||
|
||||
opertype
|
||||
{
|
||||
name = "Services Root"
|
||||
commands = "*"
|
||||
privs = "*"
|
||||
}
|
||||
|
||||
oper
|
||||
{
|
||||
name = "bluejay"
|
||||
|
||||
Reference in New Issue
Block a user