Skip to main content

Posts

Showing posts from October, 2020

Free https on amazon linux (Certbot)

1.wget -O epel.rpm –nv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 2. sudo yum install -y ./epel.rpm 3. sudo yum install python2-certbot-apache.noarch 4. certbot certonly --manual --preferred-challenges dns --manual-public-ip-logging-ok -d YOURWEBSITE