mkcert
mkcert copied to clipboard
Allow using RSA or EC private key when CA is provided
Some development CA may be created by an external solution and mkcert can be used to install or uninstall these CA by providing rootCA.pem and rootCA-key.pem.
In this case, the private key may also be RSA or EC one.
This Pull Request allow to read the private even if it's an encrypted one.