Dear all, good afternoon!
I’m having trouble activating SSL with Let’s Encrypt. I’m getting the error below:
From what I could see in the environment logs, for some reason the “.well-known/acme-challenge” folder and consequently the validation file are not being created.
I had the same error in the past, but it was resolved with the following two changes:
- DefaultLimitNOFILE=65535" >> /etc/systemd/system.conf
- DefaultLimitNOFILE=65535" >> /etc/systemd/user.conf
However, SSL is generated if I do this through the “certbot” package, using the command:
sudo certbot certonly --webroot -w /home/teste/web/sophosantivirusbr.com.br/public_html -d sophosantivirusbr.com.br -d www.sophosantivirusbr.com.br -vv --debug-challenges --text --no-eff-email
So I can’t understand what the problem is or where to begin validation since I can’t see any error logs to give me any initial guidance. Can you help me?
