Comments on: Troubleshooting letsencrypt and certbot https://www.anujvarma.com/troubleshooting-letsencrypt-and-certbot/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Wed, 17 Jan 2024 03:28:48 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Installing certbot on an EC2 using AWS Systems Manager - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/troubleshooting-letsencrypt-and-certbot/#comment-60347 Wed, 17 Jan 2024 03:28:31 +0000 https://www.anujvarma.com/?p=6509#comment-60347 […] Also read Troubleshooting letsencrypt and certbot sudo yum -y install yum-utils     – sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm     – sudo yum-config-manager –enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional     – sudo yum -y install certbot     – sudo certbot register –server {{ acmeServerUrl }} -m {{ contactEmail }} –no-eff-email     – sudo certbot certonly –server {{ acmeServerUrl }} –cert-name {{ certName }} -d {{ certDomains }} –webroot-path {{ webrootPath }} > /home/certbotrun.txt […]

]]>