Enabling LetsEncrypt:
Establish a connection to your host server via a terminal (SSH) connection and execute the following commands:
cd /var/azuracast ./docker.sh letsencrypt-create yourdomainname.com
Be sure to replace yourdomainname.com with the domain name that points to your AzuraCast installation.
Renewing a LetsEncrypt Certificate
Your LetsEncrypt certificate is valid for 3 months. The web service will automatically attempt to renew certificates periodically.
To manually renew the certificate, connect to your host server via a terminal (SSH) connection and execute the following commands:
cd /var/azuracast ./docker.sh letsencrypt-renew