From bcedd52424cd511f631a615001c31e74c70bfc3b Mon Sep 17 00:00:00 2001 From: MarkJ Date: Sat, 16 Mar 2019 08:32:13 +0100 Subject: [PATCH] Updated How to run on DD WRT with lighttpd (markdown) --- How-to-run-on-DD-WRT-with-lighttpd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/How-to-run-on-DD-WRT-with-lighttpd.md b/How-to-run-on-DD-WRT-with-lighttpd.md index 9e7b5fd..92b4df3 100644 --- a/How-to-run-on-DD-WRT-with-lighttpd.md +++ b/How-to-run-on-DD-WRT-with-lighttpd.md @@ -10,6 +10,7 @@ This guide is written for a Kong build of DD-WRT, but should work with any that 2. **Install acme.sh onto the JFFS.** Somewhat arbitrarily, I chose to put it, and related configuration, in `/jffs/usr/ssl`. To do this: ```bash + mkdir /jffs/usr mkdir /jffs/usr/ssl cd /jffs/usr/ssl curl --capath /opt/etc/ssl/certs https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh > acme.sh