From 9649f88d89dc9db7974e845c4dc6a54b2a79bf22 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Wed, 11 Apr 2018 14:27:02 +1000 Subject: [PATCH] manual: Add small note to LE section linking to darwin's bash file --- docs/MANUAL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index 8b20bf87..f54c3ff1 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -226,7 +226,8 @@ Otherwise, in the Oragono config file, you'll want to enable raw line logging by 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 +* 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. To help alleviate this, there's an example bash script [linked here](https://github.com/darwin-network/slash/blob/master/etc/bin/install-lecerts) that may be useful. + This was originally discussed [here](https://github.com/oragono/oragono/issues/118)