SH script to install / manage Lets Encrypt for Server Pilot free users
#** PLEASE USE AT YOUR OWN RISK **
##Requirements
Ubuntu 14.04 Server running with Serverpilot Root User Access
##How to Install
git clone https://github.com/dfinnema/le-serverpilot.git
cd le-serverpilot
chmod +x df.sh
##How to Use
cd le-serverpilot
./df.sh
Please note this is just a simple set of scripts quickly written. Feel free to fork it.
It uses the Shell script from (https://github.com/lukas2511/letsencrypt.sh) to do all the Lets Encrypt stuff.
Q: Does this need to be run as ROOT
A: Yes at this time it requires ROOT or SUDO access as it needs to edit APACHE and NGINX configurations
Q: Where does it store the SSL files
A: in a sub directory called 'certs' (eg; le-serverpilot/certs/)
Q: Where does it store my Lets Encrypt account
A: in the le-serverpilot directory under a file called 'private_key.pem'
Q: Does this use the official Lets Encrypt client
A: No it uses a very usefull script from (https://github.com/lukas2511/letsencrypt.sh) to do the heavy lifting