mdkrajnak / chibicm

A simple but not too simple certificate management utility.
MIT License
0 stars 0 forks source link

Consider adding --cadir and --keydir options. #14

Open mdkrajnak opened 10 months ago

mdkrajnak commented 10 months ago

--cadir would specify the directory where ca certificates (including intermediates) are kept. This directory would be used when creating the certificate chain for a signed cert.

Does this correspond to a trust store?

--keydir would specify the directory where the private key(s) are kept for signing. Presumably this would be a suitably secured location.