nuts-foundation / nuts-crypto

Go lib and crypto client with pluggable key storage
GNU General Public License v3.0
3 stars 1 forks source link

Add CLI commands for truststore management #84

Open woutslakhorst opened 4 years ago

woutslakhorst commented 4 years ago

The new CA tree layout shows that there'll be a Nuts root CA and Nuts intermediate CA. These CA's must be added to a node manually. This is the root of trust and therefore must be a conscious decision.

To facilitate this, CLI commands have to be added to list the contents of the current truststore, to add certificates and to remove certificates.

woutslakhorst commented 4 years ago

This feature is a nice to have. Manually altering the truststore.pem is possible and suffices for dev/workshops.