mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-25 13:29:27 +01:00
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:
parent
242dbfd72c
commit
625fae6c8e
@ -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
|
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)`
|
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)
|
This was originally discussed [here](https://github.com/oragono/oragono/issues/118)
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user