Generate SSL Certificates using Letsencrypt
Procedure for creating a certificate manually
sudo apt install certbotsudo certbot certonly --agree-tos --manual --preferred-challenges=dns -d *.openg2p.sandbox.net -d openg2p.sandbox.netRenew certificates
sudo certbot certonly --agree-tos --manual --preferred-challenges=dns -d *.openg2p.sandbox.net -d openg2p.sandbox.netsudo systemctl restart nginxProcedure for automatically creating and renewing a certificate using the AWS Route 53 Plugin
Last updated
Was this helpful?

