Dicas diversas sobre TI, sistemas operacionais e networking
Add this lines in /etc/wgetrc file
use_proxy=yeshttp_proxy=http://<proxy>:<port>https_proxy=http://<proxy>:<port>
Convert Lets encrypt PEM to tomcat PKCS12 openssl pkcs12 -export \ - in fullchain.pem \ -inkey privkey.pem \ -out server.p12 \ -...