IRC: add system CA bundle, define Services Root opertype for Anope

This commit is contained in:
root
2026-03-09 17:26:30 -05:00
parent 7abf9b26d1
commit cea19a7ffc

View File

@@ -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"