Question
Problem in getting SSL Certificate through Let's Encrypt
Hi
I was trying to get SSL certificate for my domain on PhpMyAdmin Droplet by following the steps mentioned at “https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04”. My server is Ok. I have DNS A entry for my domain.com and CNAME entry for my www.domain.com
As I went to execute sudo certbot --apache -d your_domain -d www.your_domain
It asked me to enter email address and after that it gave me the following error.
An unexpected error occurred:
The client lacks sufficient authorization :: Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.
I tried with root and non root admin user with sudo but still the same. Any help is appreciated
Best
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.
×