*** An error has occurred while trying to update the license file ***
Two possible causes
- License expired
- Missing part of Hostname SSL certificate.
Solution:
- Ensure your server is running an authentic copy of DirectAdmin at https://license.directadmin.com
- Install an SSL certificate for your hostname using LetsEncrypt
/usr/local/directadmin/scripts/letsencrypt.sh request_single your.hostname.com 4096
That’s it.
You can also redirect non-SSL request to a specific URL. Just do it.
/usr/local/directadmin/directadmin set ssl_redirect_host your.hostname.com
service directadmin restart