Не получается пройти проверку, запускаю:
root@sovtor:~# ./certbot-auto certonly --webroot -w /var/www/sovtor -d sovtor.com -d www.sovtor.com --email admin@sovtor.com
получаю следующее
[INLINE]
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for sovtor.com
http-01 challenge for www.sovtor.com
Using the webroot path /var/www/sovtor for all unmatched domains.
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. www.sovtor.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.sovtor.com/.well-known/acme-challenge/a5ZuXPZvDj4RyZ7woBUjr84fTKiOVCV0DF9G4Ln7dTA: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p", sovtor.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://sovtor.com/.well-known/acme-challenge/NTIaPQGxQ5bkkQTbTFYtwTJ8Es3VhvRvCnLmb998Y-s: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p"
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: www.sovtor.com
Type: unauthorized
Detail: Invalid response from
http://www.sovtor.com/.well-known/acme-challenge/a5ZuXPZvDj4RyZ7woBUjr84fTKiOVCV0DF9G4Ln7dTA:
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p"
Domain: sovtor.com
Type: unauthorized
Detail: Invalid response from
http://sovtor.com/.well-known/acme-challenge/NTIaPQGxQ5bkkQTbTFYtwTJ8Es3VhvRvCnLmb998Y-s:
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.
[/INLINE]