Soporte #80
Updated by Jesús Freire almost 7 years ago
Renovate certificate of the development environment, https://www.bersus.net:8443 Create a document and attach it to this issue for future certificate renovations <pre> keytool -genkey -alias tomcat -keyalg RSA -keystore tomcat.ks </pre> To generate generare a certificate from a CSR and a key file: <pre> openssl x509 -req -days 365 -in www.thegeekstuff.com.csr -signkey www.thegeekstuff.com.key -out www.thegeekstuff.com.crt </pre>