Actions
Soporte #80
openRenovate development environment certificate
Puntos de historia:
2
Description
Renovate certificate of the development environment, https://www.bersus.net:8443
Create a document and attach it to this issue for future certificate renovations
keytool -genkey -alias tomcat -keyalg RSA -keystore tomcat.ks
To generate a certificate from a CSR and a key file:
openssl x509 -req -days 365 -in www.thegeekstuff.com.csr -signkey www.thegeekstuff.com.key -out www.thegeekstuff.com.crt
Actions