bash ./letsencrypt.sh: No such file or directory

sephen

Verified User
Joined
Nov 12, 2019
Messages
15
After being able to get letsencrypt working it now doesn't want to renew any of the certificates.
I've walked through this manual: https://help.directadmin.com/item.php?id=646

And everything works except for: staging=yes bash -x ./letsencrypt.sh request domain.com
Then I get : bash ./letsencrypt.sh: No such file or directory

I tried it with/without htaccess file and with/without force SSL

I keep getting the message: Please make sure /.well-known alias is setup in WWW server.
 
Please do this before:
Code:
cd /usr/local/directadmin/scripts
 
Thanks for your reply.

Apparently the IPV6 is the culprit. So for now i removed it temporarily

This command: "staging=yes bash -x ./letsencrypt.sh request domain.com" Managed to successfully create a certificate
but the client still won't create a certificate
 
Back
Top