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