Skip to content

Instantly share code, notes, and snippets.

@hannesbe
Created September 22, 2017 14:01
Show Gist options
  • Select an option

  • Save hannesbe/a13a737a4c17148248f267c48925787e to your computer and use it in GitHub Desktop.

Select an option

Save hannesbe/a13a737a4c17148248f267c48925787e to your computer and use it in GitHub Desktop.
Let's Encrypt certbot Raspberry Pi
mkdir certbot
cd certbot
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto certonly --standalone --standalone-supported-challenges http-01 --email jurgen@londontower.eu -d public.tower112.islet.be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment