jsha / minica

minica is a small, simple CA intended for use in situations where the CA operator also operates each host where a certificate will be used.
MIT License
3.02k stars 246 forks source link

Allow keysize as commandline parameter #20

Open J0s3f opened 5 years ago

J0s3f commented 5 years ago

I used minica to update some old OpenVPN instances which where using certificates with openssl default settings that contained MD5. Everything worked smoothly.

For personal reasons, I prefer to use 4096bit keys. For this, I had to change and recompile the source.

Would be nice to have this as command-line parameter.