Allow password-only IRC RPC TLS clients
This commit is contained in:
@@ -656,6 +656,13 @@ data:
|
||||
ip *;
|
||||
port 8600;
|
||||
options { rpc; }
|
||||
tls-options {
|
||||
certificate "/app/conf/tls/server.cert.pem";
|
||||
key "/app/conf/tls/server.key.pem";
|
||||
options {
|
||||
no-client-certificate;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
listen {
|
||||
|
||||
Reference in New Issue
Block a user