diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 17:29:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 17:29:19 +0200 |
commit | 87e342dd9e714ec1200b1a8c4a7e5e58ffe1b2e6 (patch) | |
tree | 93e2051d69dd427dc02d58897d8dd67976c787cb /doc/ja/weechat_user.ja.txt | |
parent | a3cc9bbe7e5dc868223f87471d1b569506341c86 (diff) | |
download | weechat-87e342dd9e714ec1200b1a8c4a7e5e58ffe1b2e6.zip |
core: add CA_FILE option in cmake and configure to setup default value of option weechat.network.gnutls_ca_file (task #12725)
Diffstat (limited to 'doc/ja/weechat_user.ja.txt')
-rw-r--r-- | doc/ja/weechat_user.ja.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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 + <<option_weechat.network.gnutls_ca_file,weechat.network.gnutls_ca_file>>. + | ENABLE_ALIAS | `ON`, `OFF` | ON | Compile <<alias_plugin,Alias plugin>>. |