Setup Certificate
Shows how to obtain and verify an SSL certificate for a domain using Certbot.
Create Route 53 URL
Open Ports
Obtain Certificate
sudo apt install -y nginx
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
sudo certbot certonly --nginx -n -m [email protected] --agree-tos --domains caesar.internal.romeprotocol.xyz # Replace with your email and domain
sudo nginx -s stopVerify certificate generation
Last updated
Was this helpful?