I need a small CA software that meets the following criteria:
- CLI (we all hate gui stuff for server software, right?)
- Issuing certificates for websites. So I can just install one root certificate on client computers to get rid of these warnings)
- Issuing user certificates (like p12 and other materials, so I can authenticate their use) with predefined values.
I looked at tinyca, but it was a bit dated and didn't work well for me.
Openssl can do all this, so I can encode a bunch of shell scripts (or maybe a Makefile) to automate this task. So I was wondering if anyone did this?
source
share