This video will show you how to set up an SSL certificate ( Let's Encrypt ) in your AWS EC2 instance ( Ubuntu ). The process is very simple and it only takes a few minutes. sudo apt-get update sudo apt-get install certbot python3-certbot-apache apache2 you can test if the Certbot client was installed correctly using the following command. sudo certbot --help sudo certbot --apache Verifying Certbot Auto-Renewal: sudo systemctl status // here you will see some output To test the renewal process, you can do a dry run with certbot: sudo certbot renew --dry-run //here you will see some output last line you should see at the end of sentence (success)











