29 ms·
I'm not a aware of any other full-fledged solution. There is some opinionated tooling written in Python [0] and Go but nothing coming close to defined.net. This
by pahae 3y ago
I'm not a aware of any other full-fledged solution. There is some opinionated tooling written in Python [0] and Go but nothing coming close to defined.net. This is definitely a point where other overlay solutions look way better.
After having searched (and implemented) this myself for work, the only practical solutions I found were 1) smallstep [1] or 2) Terraform (with the nebula provider [2]) and a CM tool of your choice. The latter can be nicely combined with the ansible provider if that's your CM of choice.
0: nebula-cert-py
1: https://smallstep.com/docs/step-ca/integrations/#nebula https://smallstep.com/docs/step-ca/integrations/#nebula
2: https://registry.terraform.io/providers/TelkomIndonesia/nebula/0.3.1 https://registry.terraform.io/providers/TelkomIndonesia/nebu...
- woleium 3y agoAnd some kind of cert renewal tool I guess.