Created
September 22, 2017 14:01
-
-
Save hannesbe/a13a737a4c17148248f267c48925787e to your computer and use it in GitHub Desktop.
Let's Encrypt certbot Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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