From 87e342dd9e714ec1200b1a8c4a7e5e58ffe1b2e6 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 20 Jul 2013 17:29:19 +0200 Subject: core: add CA_FILE option in cmake and configure to setup default value of option weechat.network.gnutls_ca_file (task #12725) --- doc/ja/weechat_user.ja.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/ja/weechat_user.ja.txt') diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index cf936c939..81f2a8c89 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -140,7 +140,7 @@ Options can be used for cmake, with format: "-DOPTION=VALUE". List of commonly used options: // TRANSLATION MISSING -[width="100%",cols="2m,2,2m,12",options="header"] +[width="100%",cols="2m,2,5m,12",options="header"] |======================================== | Option | Values | Default value | Description @@ -154,6 +154,11 @@ List of commonly used options: | WEECHAT_HOME | directory | ~/.weechat | The default home directory when running WeeChat. +| CA_FILE | file | /etc/ssl/certs/ca-certificates.crt | + File containing the certificate authorities. + This is the default value of option + <>. + | ENABLE_ALIAS | `ON`, `OFF` | ON | Compile <>. -- cgit v1.2.3