Amazon linux EC2 install certbot
Amazon Linux EC2 only
wget --no-check-certificate https://dl.eff.org/certbot-auto chmod a+x ./certbot-auto sudo yum -y install python-pip sudo pip install cryptography sudo pip install certbot
Installing on any other (not amazon linux) unix system (using wget)
wget https://dl.eff.org/certbot-auto chmod a+x ./certbot-auto ./certbot-auto --install-only
Leave a Reply