Renovar certificado SSL

Hola baby, hice lo que me pasaste y tal cual salió todo ok, paré el apache y corrí todo esto, te paso:

root@wichi:/home/hmaidana# service apache2 stop
root@wichi:/home/hmaidana# certbot certonly --csr ./request.csr --standalone
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Server issued certificate; certificate written to /home/hmaidana/0001_cert.pem
Cert chain written to 8
Cert chain written to 9

IMPORTANT NOTES:

  • Congratulations! Your certificate and chain have been saved at:
    /home/hmaidana/0003_chain.pem
    Your cert will expire on 2022-07-19. To obtain a new or tweaked
    version of this certificate in the future, simply run certbot
    again. To non-interactively renew all of your certificates, run
    “certbot renew”

  • If you like Certbot, please consider supporting our work by:

    Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
    Donating to EFF: https://eff.org/donate-le

root@wichi:/home/hmaidana# keytool -import -trustcacerts -alias tomcat -file 0003_chain.pem -keystore /usr /local/pentaho/biserver-ce/tomcat/.keystore -storepass “you_password”
Certificate reply was installed in keystore
root@wichi:/home/hmaidana# nano /usr/local/pentaho/biserver-ce/tomcat/conf/server.xml
root@wichi:/home/hmaidana# nano /usr/local/pentaho/biserver-ce/tomcat/webapps/pentaho/WEB-INF/web.xml
root@wichi:/home/hmaidana# nano /usr/local/pentaho/biserver-ce/pentaho-solutions/system/server.properties
root@wichi:/home/hmaidana# iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --to-ports 8080

Hasta acá todo tal cual está en el instructivo, cuando pruebo

https://wichi.unraf.edu.ar:8443/pentaho/Login

No levanta, por las dudas levanto el tomcat

root@wichi:/home/hmaidana# cd usr/local/pentaho/biserver-ce/
bash: cd: usr/local/pentaho/biserver-ce/: No such file or directory
root@wichi:/home/hmaidana# cd /usr/local/pentaho/biserver-ce/
root@wichi:/usr/local/pentaho/biserver-ce# sudo -u pentaho ./start-pentaho.sh WARNING: Using java from path
DEBUG: _PENTAHO_JAVA_HOME=
DEBUG: _PENTAHO_JAVA=java
Using CATALINA_BASE: /usr/local/pentaho/biserver-ce/tomcat
Using CATALINA_HOME: /usr/local/pentaho/biserver-ce/tomcat
Using CATALINA_TMPDIR: /usr/local/pentaho/biserver-ce/tomcat/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/local/pentaho/biserver-ce/tomcat/bin/bootstrap.jar:/usr/local/pentaho/biserver -ce/tomcat/bin/tomcat-juli.jar
Tomcat started.

Y por las dudas vuelvo a tirar esta línea

root@wichi:/usr/local/pentaho/biserver-ce# iptables -A PREROUTING -t nat -p tcp --dport 80 -j REDIRECT --t o-ports 8080

Seguramente estamos más cerca, en qué le puedo estar errando?