ec2 install certbot client Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/ec2-install-certbot-client/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Wed, 17 Jan 2024 03:29:05 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.2 https://www.anujvarma.com/wp-content/uploads/anujtech.png ec2 install certbot client Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/ec2-install-certbot-client/ 32 32 Amazon linux EC2 install certbot https://www.anujvarma.com/amazon-linux-ec2-install-certbot/ https://www.anujvarma.com/amazon-linux-ec2-install-certbot/#respond Sun, 03 Mar 2019 20:23:47 +0000 https://www.anujvarma.com/?p=6749 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 […]

The post Amazon linux EC2 install certbot appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
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

The post Amazon linux EC2 install certbot appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
https://www.anujvarma.com/amazon-linux-ec2-install-certbot/feed/ 0