Changes between Version 4 and Version 5 of letsencrypt


Ignore:
Timestamp:
Aug 22, 2016, 4:00:45 AM (8 years ago)
Author:
JaimeV
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • letsencrypt

    v4 v5  
    2929== If the server is not a mosh and is running nginx ==
    3030
    31 Please patch mf-certbot to work for nginx. It should be trivial.
     31mf-certbot can parse nginx configs as well. Make sure you've set both the servername and root directive in your config file. You can drop the stanza below into your server block to deal with the authentication files.
     32
     33{{{
     34    location /.well-known/ {
     35        root /var/www/html;
     36    }
     37}}}
    3238
    3339== If the server not a mosh and is not running a web server ==