Using acme.sh with nginx
2016-08-10 14:30
I recently acquired a VPS for... things? Obviously, one of the first things I did was installing Zoe, especially since I wanted to use the sysinfo agent. Here's how that went.
First things first: let's install the dependencies:
# apt-get install git python3 perl openjdk-7-jre
Easy. Now let's download the …