How to add FREE SSL certificate on your AWS Lightsail instance
Step 1: Open terminal on your instance Step 2: After opening terminal follow this below steps: sudo /opt/bitnami/bncert-tool Domain list []: game.example.com The following domains were not included: www.game.example.com . Do you want to add them? [Y/n]: n Enable HTTP to HTTPS redirection [Y/n]: y Confirm the final changes Changes to perform The following changes will be performed to your Bitnami installation: 1. Stop web server 2. Configure web server to use a free Let's Encrypt certificate for the domains: game.example.com 3. Configure a cron job to automatically renew the certificate each month 4. Configure web server name to: game.example.com 5. Enable HTTP to HTTPS redirection (example: redirect http://game.example.com to https://game.example.com) 6. Start web server once all changes have been performed Do you agree to these changes? [Y/n]: Y 6. Create a free HTTPS certificate with Let’s Encrypt Please provide a valid e-mail address for which to assoc