Added SSL/TLS Disclaimer

- Currently self-signed certificates can't be verified
This commit is contained in:
Noam
2016-03-02 15:35:20 +02:00
parent 73a55e81b8
commit 1a56e24def

View File

@@ -396,7 +396,7 @@
<label>Deluge SSL Certificate</label>
<input type="text" name="deluge_cert" value="${config['deluge_cert']}" size="30">
<small>Path to the certificate file. Make sure to use a valid certificate ("Issued To" field must match
hostname) which is <em>not</em> the case with the default certificate. Path is usually <span style="font-family: monospace;">%appdata%\deluge\ssl</span> on Windows, <span style="font-family: monospace;">~/.config/deluge/ssl/</span> on Linux.</small>
hostname) which is <em>not</em> the case with the default certificate. Path is usually <span style="font-family: monospace;">%appdata%\deluge\ssl</span> on Windows, <span style="font-family: monospace;">~/.config/deluge/ssl/</span> on Linux. Leave this blank if you are using a self-signed certificate.</small>
</div>
<div class="row">
<label>Deluge Password</label>