let's add a section on caveats where we maybe don't have suggestions but

know people have problems/questions
This commit is contained in:
Sean Enck 2018-04-10 23:33:54 -04:00
parent 242dbfd72c
commit 625fae6c8e
No known key found for this signature in database
GPG Key ID: F08D2E576641A175

@ -225,6 +225,9 @@ Otherwise, in the Oragono config file, you'll want to enable raw line logging by
4. If you are using auto-renew via Let's Encrypt you may want to have a service or timer send a SIGHUP to the oragono process to reload the configuration and certs
1. e.g. you could edit the `certbot.service` and add the following `ExecStartPost=/usr/bin/kill -HUP $(/usr/bin/pidof oragono)`
Caveats:
* Depending on how and who you run oragono as, you may run into permissions issues with the certificates as, by default, Let's Encrypt will generate certificates non-root users cannot read
This was originally discussed [here](https://github.com/oragono/oragono/issues/118)
--------------------------------------------------------------------------------------------