My web server is (include version):
Dedicado AMD HexaCore 3.3 Ghz Ram 16Gb Disk 2.0 Tb
The operating system my web server runs on is (include version):
Linux Centos 6.10 Final
My hosting provider, if applicable, is:
ionos.es
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):
Plesk Obsidian Versión 18.0.31
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
He intentado reparar el error Renovando el Certificado pero Chrome sigue respondiendo con el mismo error de Fechas como si los certificados ubieran vencido el 7 de noviembre y no reconoce las fechas actuales reales.
Hola,
Tu Soporte me funcionó al final muy bien, pero primero tuve que reinstalar el Cerbot e n mi Centos 6.20 final así:
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
./certbot-auto
./certbot-auto renew
Luego se aceptan las descargas y por ultimo se escoge el motor de la base que para mi caso es el #2 Nginx
Por último se reinicia el Ngix, que en mi Centos toca así:
/etc/init.d/nginx restart