The steps to install certbot on an Amazon Linux 2 EC2 instance are:
Enable the EPEL Repository for
yumusing the following command line:sudo amazon-linux-extras install epelInstall
certbotusingyum:sudo yum install certbot
Home on the Digital Range
The steps to install certbot on an Amazon Linux 2 EC2 instance are:
Enable the EPEL Repository for yum using the following command line:
sudo amazon-linux-extras install epel
Install certbot using yum:
sudo yum install certbot