Followed this tutorial
Now I have a issue solving this problem. I fail to create a dummy folder and cannot access directory.
I am using google Cloud Platform
Thank you in advance!
root@cloudshell:/tmp/certbot$ ./certbot-auto certonly --webroot -w /var/www/html/ -d dolceblu.com -d www.
dolceblu.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for dolceblu.com
http-01 challenge for www.dolceblu.com
Using the webroot path /var/www/html for all unmatched domains.
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. www.dolceblu.com (http-01): urn:acme:error:unauthorized :: The client lac
ks sufficient authorization :: Invalid response from http://www.dolceblu.com/.well-known/acme-challenge/Y
zSFmpAZSl6CR1-60zwHItOpQa3Xh2O6gAx_kE6SWTg: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p", dolceblu.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization ::
Invalid response from http://dolceblu.com/.well-known/acme-challenge/zB3cRPuaclrR0qjQmC5GS2sjc07rkcHNgcY9
b8oBsCk: "<!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.dolceblu.com
Type: unauthorized
Detail: Invalid response from
http://www.dolceblu.com/.well-known/acme-challenge/YzSFmpAZSl6CR1-60zwHItOpQa3Xh2O6gAx_kE6SWTg:
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p"
Domain: dolceblu.com
Type: unauthorized
Detail: Invalid response from
http://dolceblu.com/.well-known/acme-challenge/zB3cRPuaclrR0qjQmC5GS2sjc07rkcHNgcY9b8oBsCk:
"<!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/AAAA record(s) for that domain
contain(s) the right IP address.
root@cloudshell:/tmp/certbot$