diff --git a/doc/source/images/ssl_warning.png b/doc/source/images/ssl_warning.png deleted file mode 100644 index 8607ec14a160b6011a31f124583b1a33591c99f9..0000000000000000000000000000000000000000 Binary files a/doc/source/images/ssl_warning.png and /dev/null differ diff --git a/doc/source/misc/ssl.rst b/doc/source/misc/ssl.rst index dd18ef120d05227e8fb4a12600e379aae3ce7e15..ac123b473a1fa32143046b879de44cd4963ebcd7 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 -------- diff --git a/doc/source/usage.rst b/doc/source/usage.rst index d60ded1538adb1918bcefd90a2f2168a715f549e..d74db5ed82eb7b46b3e9ac1e89cd1e71494ce4f9 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -241,6 +241,8 @@ use ``Enter`` or ``j`` to join the selected room. You can sort the rooms by moving the direction arrows (``←`` or ``→``) and pressing ``Space`` when you are on the appropriate column. +.. _confirmtab: + Confirm tab ~~~~~~~~~~~