Skip to content

Instantly share code, notes, and snippets.

@ychevarrias
Created February 6, 2024 15:22
Show Gist options
  • Save ychevarrias/470ec2d79bf2d9ea3ae9a3077c152cb2 to your computer and use it in GitHub Desktop.
Save ychevarrias/470ec2d79bf2d9ea3ae9a3077c152cb2 to your computer and use it in GitHub Desktop.
Amazon Linux 2023 - Let's Encrypt - install commands
sudo dnf install -y augeas-libs
sudo python3 -m venv /opt/certbot/
sudo /opt/certbot/bin/pip install --upgrade pip
sudo /opt/certbot/bin/pip install certbot certbot-apache
sudo ln -s /opt/certbot/bin/certbot /usr/bin/certbot
sudo certbot -d example.pro --nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment