So my problem is being unable to renew my certificate on my nginx which i use as the reverse-proxy.
Tried many things and errors were of type of the authorization, i decided to delete the certificate(without the backup- i know - jump out of the window) because that server is only used as the REST API point.
So now i don't have any certificate on the server. and the
My domain is:
wse.prankcams
I ran this command: sudo certbot --nginx
It produced this output:
Domain: wse2.prankcams.com
Type: unauthorized
Detail: Invalid response from http://wse2.prankcams.com/.well-known/acme-challenge/JaeCffXaMM0R64Gndp3SKDr64dc0K_dm-U88W71xtm8 [199.59.89.132]: "<html>\r\n<head><title>404 Not Found</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>"
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
My web server is (include version):
nginx/1.14.0
The operating system my web server runs on is (include version):
Ubuntu 16
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):.
certbot 1.23
Added the certonly option also ... unauthorised again..
hint : Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.