diff options
author | mathieui <mathieui@mathieui.net> | 2012-03-09 00:36:58 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-03-09 00:36:58 +0100 |
commit | 497e9fc6853faa17521254b0578735bb6e400d76 (patch) | |
tree | b25cefa1d42a2e7a265fe12759e459dbd4341be0 /doc/en | |
parent | fb9d11cc79bf8152f97b1bc54fa93328c189b8d9 (diff) | |
download | poezio-497e9fc6853faa17521254b0578735bb6e400d76.tar.gz poezio-497e9fc6853faa17521254b0578735bb6e400d76.tar.bz2 poezio-497e9fc6853faa17521254b0578735bb6e400d76.tar.xz poezio-497e9fc6853faa17521254b0578735bb6e400d76.zip |
Added doc for ignore_certificate and certificate options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/configure.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index afe24f3e..4f69084e 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -48,6 +48,17 @@ section of this documentation. The port you’ll use to connect. +*certificate*:: [empty] + + The fingerprint of the SSL certificate as a hexadecimal string, you should + not touch it, except if know what you are doing. + +*ignore_certificate*:: false + + Skip certificate validation on connection when _true_. Useful when you are in + anonymous mode and changing servers often. Dangerous in other cases, from a + security perspective. + *resource*:: [empty] the resource you will use |