1
Técnicos Pentaho / Renovar certificado SSL
« on: Abril 08, 2022, 08:48:02 am »
Buenos días, estoy renovando el certificado SSL y cada vez que lo hago es un dolor de cabeza, hice varios tutoriales propios y cada vez me cambia algo, a lo que les consulto:
- Existe algún procedimiento para actualizar este certificado (estoy utilizando lets encrypt)
Actualmente estoy siguiendo el instructivo de instalación:
https://docs.google.com/document/d/1t-wkAjcWO0kuY357PagBm2ioX0jZK8963FgVmd4TkGg/edit#
Y los problemas que estoy teniendo son los siguientes:
Con este comando
keytool -genkey -alias tomcat -keyalg RSA -keystore /usr/local/pentaho/biserver-ce/tomcat/.keystore -keysize 2048
Enter keystore password:
Me da este error:
keytool error: java.lang.Exception: Key pair not generated, alias <tomcat> already exists
Con este comando
root@wichi:/home/hmaidana# keytool -list -keystore /usr/local/pentaho/biserver-ce/tomcat/.keystore -v -storepass "password" > key.check
Warning:
<tomcat> uses the SHA1withRSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update.
root@wichi:/home/hmaidana# keytool -certreq -alias tomcat -file request.csr -keystore /usr/local/pentaho/biserver-ce/tomcat/.keystore -storepass "you_password"
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
Performing the following challenges:
http-01 challenge for wichi.unraf.edu.ar
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
Si alguno me puede dar una mano, se lo agradecería.
Aprovecho para dejarles un gran saludo, aguardo sus respuestas!
- Existe algún procedimiento para actualizar este certificado (estoy utilizando lets encrypt)
Actualmente estoy siguiendo el instructivo de instalación:
https://docs.google.com/document/d/1t-wkAjcWO0kuY357PagBm2ioX0jZK8963FgVmd4TkGg/edit#
Y los problemas que estoy teniendo son los siguientes:
Con este comando
keytool -genkey -alias tomcat -keyalg RSA -keystore /usr/local/pentaho/biserver-ce/tomcat/.keystore -keysize 2048
Enter keystore password:
Me da este error:
keytool error: java.lang.Exception: Key pair not generated, alias <tomcat> already exists
Con este comando
root@wichi:/home/hmaidana# keytool -list -keystore /usr/local/pentaho/biserver-ce/tomcat/.keystore -v -storepass "password" > key.check
Warning:
<tomcat> uses the SHA1withRSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update.
root@wichi:/home/hmaidana# keytool -certreq -alias tomcat -file request.csr -keystore /usr/local/pentaho/biserver-ce/tomcat/.keystore -storepass "you_password"
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
Performing the following challenges:
http-01 challenge for wichi.unraf.edu.ar
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
Si alguno me puede dar una mano, se lo agradecería.
Aprovecho para dejarles un gran saludo, aguardo sus respuestas!