Created
December 1, 2016 22:58
-
-
Save alexsegura/acc399f0e661a9e437eabef4d4abc0cb to your computer and use it in GitHub Desktop.
Install CertBot on Debian Jessie
This file contains 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
echo 'deb http://ftp.debian.org/debian jessie-backports main' >> /etc/apt/sources.list | |
apt-get update | |
apt-get install certbot -t jessie-backports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment