diff options
author | mathieui <mathieui@mathieui.net> | 2016-08-21 00:20:17 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-08-21 00:20:17 +0200 |
commit | 6c270b363ac018dfd4d66b23af95efcc35610da0 (patch) | |
tree | 3cd92212cb552d861b02665c303c6582ce8b3dce /doc/source/misc/ssl.rst | |
parent | ec60c33400a6bf4bf2dce423038a242cfe9aacf9 (diff) | |
download | poezio-6c270b363ac018dfd4d66b23af95efcc35610da0.tar.gz poezio-6c270b363ac018dfd4d66b23af95efcc35610da0.tar.bz2 poezio-6c270b363ac018dfd4d66b23af95efcc35610da0.tar.xz poezio-6c270b363ac018dfd4d66b23af95efcc35610da0.zip |
Update the tls warning doc
and remove the image
Diffstat (limited to 'doc/source/misc/ssl.rst')
-rw-r--r-- | doc/source/misc/ssl.rst | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/source/misc/ssl.rst b/doc/source/misc/ssl.rst index dd18ef12..ac123b47 100644 --- a/doc/source/misc/ssl.rst +++ b/doc/source/misc/ssl.rst @@ -60,20 +60,17 @@ connections. If you are paranoid (or run poezio for the first time in an unsafe environment), you can set the :term:`certificate` value of your config file yourself -(the hash, not colon-separated). +(the hash, colon-separated). -If the certificate is not the same, poezio will show an error message and wait +If the certificate is not the same, poezio will open a :ref:`confirmtab` and wait for confirmation: -.. figure:: ../images/ssl_warning.png +.. figure:: ../images/cert_warning.png :alt: Warning message -If you press y, the change is validated an poezio will match the next certs -with the accepted one. +If you refuse, you will be disconnected. -If you press n, you will get the confirmation that the change has been -refused, and you will be disconnected. CA-Based -------- |