Hi all,
recently we got a feedback related to How To Install Webmin on Ubuntu 18.04
It seems people where getting the following error when they tried to secure their websites with Let’s Encrypt
sudo a2ensite example.net
ERROR: Site example.net does not exist!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
The above was an issue reported by @mifu7913.
It seems like you didn’t create an Apache Vhost file or the name of the configuration file is different.
It’s already added to the intial tutorial but in case you missed it, please do check it out.
mv /etc/apache2/sites-available/your_domain.conf /etc/apache2/sites-available/NewName.conf
Please be sure to change the your_domain.conf and NewName.conf with the real values.
Regards, KDSys