oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

library? #85

Closed flihp closed 6 months ago

flihp commented 7 months ago

I'm still not 100% on this but it seems that now that we can generate certs from the KDLs it might be useful to be able to do this from software. This won't be useful in a generic CA since these typically mint certs by evaluating a CSR and, provided the CSR satisfies some policy, copying attributes & extensions from the CSR to the cert. But it could be a way to share code across things that create specific certs like the dice-mfg and permslip. Or this could be a waste of time and the smart thing to do would be to just write that code directly and be done with it ...

flihp commented 6 months ago

that may be something we do eventually but not yet. closing so someone can make a better ticket once we know what it should look like