commands Developer focused ConEmu setup Download the config and import it to ConEmu Create a shortcut to C:\tools\cmder\vendor\conemu-maximus5\ConEmu64.exe -MinTSA And put it here %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
commands openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt Use this openssl command to convert a certificate and a private key to a .PFX certificate with a password. openssl pkcs12 -export -out certificate.pfx -inkey private.key -in certificate.crt