Hi, my certificate expired a few days ago and I am trying to renew it, but I'm getting a mistake. As an important note, the certificate was not made by me and I know almost nothing about how they are renewed. Thanks in advance
My domain is: viciremote.telsurcallcenter.com
I ran this command: certbot renew
It produced this output:
/usr/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWa rning: Python 2 is no longer supported by the Python core team. Support for it i s now deprecated in cryptography, and will be removed in the next release.
from cryptography import x509
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/viciremote.telsurcallcenter.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cert is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for viciremote.telsurcallcenter.com
Using the webroot path /srv/www/htdocs for all unmatched domains.
Waiting for verification...
Challenge failed for domain viciremote.telsurcallcenter.com
http-01 challenge for viciremote.telsurcallcenter.com
Cleaning up challenges
Attempting to renew cert (viciremote.telsurcallcenter.com) from /etc/letsencrypt/renewal/viciremote.telsurcallcenter.com.conf produced an unexpected error: Some challenges have failed.. Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/viciremote.telsurcallcenter.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/viciremote.telsurcallcenter.com/fullchain.pem (failure)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1 renew failure(s), 0 parse failure(s)
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: viciremote.telsurcallcenter.com
Type: unauthorized
Detail: Invalid response from
http://viciremote.telsurcallcenter.com/.well-known/acme-challenge/y7tR6xay7cFnuCbD3U9I5voWRT0KGOF6e_2Xfi1XH7o
[201.174.234.44]: "<?xml version=\"1.0\"
encoding=\"UTF-8\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0
Strict//EN\"\n \"http://www.w3.org/TR/xhtml1/D"
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.
My web server is (include version): nginx/1.14.0
The operating system my web server runs on is (include version): openSUSE Leap 15.1
My hosting provider, if applicable, is: godaddy
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 1.0.0
My file /etc/letsencrypt/renewal/viciremote.telsurcallcenter.com.conf
# renew_before_expiry = 30 days
version = 1.0.0
archive_dir = /etc/letsencrypt/archive/viciremote.telsurcallcenter.com
cert = /etc/letsencrypt/live/viciremote.telsurcallcenter.com/cert.pem
privkey = /etc/letsencrypt/live/viciremote.telsurcallcenter.com/privkey.pem
chain = /etc/letsencrypt/live/viciremote.telsurcallcenter.com/chain.pem
fullchain = /etc/letsencrypt/live/viciremote.telsurcallcenter.com/fullchain.pem
# Options used in the renewal process
[renewalparams]
account = 07c6d17378962141770c861fc749fb1d
webroot_path = /srv/www/htdocs,
server = https://acme-v02.api.letsencrypt.org/directory
authenticator = webroot
rsa_key_size = 4096
pref_challs = http-01,
[[webroot_map]]
viciremote.telsurcallcenter.com = /srv/www/htdocs
My file cli.ini
# This is an example of the kind of things you can do in a configuration file.
# All flags used by the client can be configured here. Run Certbot with
# "--help" to learn more about the available options.
#
# Note that these options apply automatically to all use of Certbot for
# obtaining or renewing certificates, so options specific to a single
# certificate on a system with several certificates should not be placed
# here.
# Use a 4096 bit RSA key instead of 2048
rsa-key-size = 4096
# The staging/testing server
#server = https://acme-staging-v02.api.letsencrypt.org/directory
# The production server.
# server = https://acme-v01.api.letsencrypt.org/directory
# Uncomment and update to register with the specified e-mail address
email = ingenieria@c4-technologies.com
# Uncomment and update to generate certificates for the specified
# domains.
domains = viciremote.telsurcallcenter.com
# Uncomment to use a text interface instead of ncurses
# text = True
# Uncomment
# agree-eula = True
agree-tos = True
# renew-by-default = True
# Uncomment to use the standalone authenticator on port 443
# If you want to use port 443, you must use standalone-supported-challenges
# If you want to use port 80, you must use preferred-challenges = http-01
authenticator = webroot
# standalone-supported-challenges = tls-sni-01
# preferred-challenges = tls-sni-01
# Uncomment to use the webroot authenticator. Replace webroot-path with the
# path to the public_html / webroot folder being served by your web server.
authenticator = webroot
#webroot-path = /usr/share/nginx/html
webroot-path = /srv/www/htdocs

On the downside, 
