oxidecomputer / dice-util

utilities for cert template generation and manufacturing / certifying DeviceIds
Mozilla Public License 2.0
7 stars 3 forks source link

Add structure to support CAs beyond `openssl ca` #196

Closed flihp closed 7 months ago

flihp commented 7 months ago

I spent some time banging my head against clap trying to get a better CLI for this and came up short. There's likely a way to accomplish this through the clap API but for now I'm just stuffing the config params required by each CA into a single String param that's formatted as key=value,....

this resolves #112