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