1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

relay: change default value of option relay.network.ssl_cert_key to "${weechat_config_dir}/ssl/relay.pem" (issue #1285)

This commit is contained in:
Sébastien Helleu
2021-05-02 13:06:13 +02:00
parent 047a668275
commit 4459119409
+1 -1
View File
@@ -1143,7 +1143,7 @@ relay_config_init ()
"with SSL) "
"(path is evaluated, see function string_eval_path_home in "
"plugin API reference)"),
NULL, 0, 0, "%h/ssl/relay.pem", NULL, 0,
NULL, 0, 0, "${weechat_config_dir}/ssl/relay.pem", NULL, 0,
NULL, NULL, NULL,
&relay_config_change_network_ssl_cert_key, NULL, NULL,
NULL, NULL, NULL);