After fixing the Python version problem, I thought everything would go smoothly. Now I am stuck at this step.
When running
./letsencrypt-auto certonly --webroot
–renew-by-default --agree-tos
–email myemail@gmail.com
-w /var/www/html
-d www.mydomain.com
The error message I got is
Type: urn:acme:error:connection
Detail: DNS problem: query timed out looking up CAA for
www.mydomain.com
Not sure how to solve it. Any suggestions? Thanks.
I am running Ubuntu 14.04 on Aliyun. Domain Name server is in China.
The server is running and can be accessed via HTTP and HTTPS (with self-signed certificate).