I tried to set up an NextCloud server onto my VPS which has to use Let’s Encrypt. After giving the command letsencrypt --apache --agree-tos --email my-email@domain.com -d my.domain.com and set the option to use Secret
I can not find the file 000-default-le-ssl.conf.
Who can help me to create the file?
Kind regards, Guido van Harten
You could try to find it with the following command:
$ find /etc -name 000-default-le-ssl.conf
Also, how did you install Certbot? If you’re calling it as “letsencrypt”, you might have an extremely old version (more than a year old by now).
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.