diff --git a/apps/irc/irc.yaml b/apps/irc/irc.yaml index f17c5b5..62151f5 100644 --- a/apps/irc/irc.yaml +++ b/apps/irc/irc.yaml @@ -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"