Skip to content

Instantly share code, notes, and snippets.

@brunston
Last active February 13, 2017 22:27
Show Gist options
  • Save brunston/389c05247d11f2fa00f2da7d4ee74150 to your computer and use it in GitHub Desktop.
Save brunston/389c05247d11f2fa00f2da7d4ee74150 to your computer and use it in GitHub Desktop.
Superauto securing of LAMP using Let's Encrypt

Superautomate Let's Encrypt Process

The following automates the process detailed here, in an earlier gist: https://gist.github.com/brunston/3c5b032f7a4c4882955f1c8985ca7fb1 You can enter the following commands in a bash shell. While I am not in the habit of providing nefarious bash scripts, it is always recommended to check the body of the bash script yourself before running on your server.

curl -o le-superauto.sh http://brunston.io/bash/le-superauto-ubuntu1604.sh
sudo ./le-superauto.sh <desired domain to issue cert to>

This bash script is supplied with no warranty, express or implied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment