Tiago Redaelli
Tiago Redaelli
I attempted to override the connect method by fetching the password before passing it to the original connect. But the issue here is that it doesn't work if the getPassword()...
`openssl genrsa -out private.key 2048` `openssl req -new -x509 -key private.key -out cert.x509 -days 365 -nodes` `openssl pkcs12 -export -out my.pfx -inkey private.key -in cert.x509` ``` Country Name (2 letter...
What does this do? I Just removed it and most things seemed to work as intended..?