mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 09:49:36 +01:00
Added SSL/TLS Disclaimer
- Currently self-signed certificates can't be verified
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user