Changes between Version 155 and Version 156 of Faq


Ignore:
Timestamp:
12/17/2014 12:44:06 PM (9 years ago)
Author:
Cas
Comment:

reword webui https question

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v155 v156  
    354354}}} 
    355355 
    356 == How do I use https? == 
    357  
    358  1. Create (self-signed) ssl certificates: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert 
    359  
    360  === Linux === 
    361  
    362  1. Put `deluge.cert.pem` and `deluge.key.pem` in `~/.config/deluge/ssl/` 
    363  
    364  === Windows === 
    365  
    366  1. Put `deluge.cert.pem` and `deluge.key.pem` in `%APPDATA%\deluge\ssl\` 
    367  
    368  === ALL === 
    369  
    370  1. Enable https in the webui config. 
    371  1. Restart the webui 
     356== How do I use HTTPS? == 
     357 
     358 1. Create a (self-signed) SSL certificate: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert 
     359 1. Put the resulting `deluge.crt` and `deluge.key` in the [wiki:Faq#WheredoesDelugestoreitssettingsconfig config's] `ssl` directory. 
     360 1. Enable HTTPS in WebUI config and modify the filepaths to match the above files. 
     361 1. Restart WebUI 
    372362 
    373363== Can I bind the webui to port :80 in Linux? ==