[SOLVED] Error: LetsEncrypt account registration
[SOLVED] Error: LetsEncrypt account registration
Hi, if you experience this error:
Without any further information, it could be that SSL certifications might be wrongly setup on your server.
Following issue would appear in the curl request to LetsEncrypt:
To solve the issue on Debian, following command will work:
Best regards,
Ruba
Code: Select all
Error: LetsEncrypt account registration
Following issue would appear in the curl request to LetsEncrypt:
Code: Select all
curl: (60) SSL certificate problem: unable to get local issuer certificate
Code: Select all
apt-get install ca-certificates
Ruba