Certificate Authority for me / small organization

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?

+3
source share
1 answer

XCA is a neat tool that fits my requirements perfectly. No CLI though.

+2
source

Source: https://habr.com/ru/post/1706779/


All Articles