Mariano Cano
Mariano Cano
Hi @rvichery, I'm seeing now that you're willing to contribute this feature, if you do, make sure to add the functionality in all places where ResourceGroup appears: * authority/provisioner/azure.go *...
Added a label to talk about this in our next triage meeting.
And https://deps.dev/go/github.com%2Fsmallstep%2Fcertificates/v0.16.0
There's more to what @dopey said. That works for a custom implementation of the start of the ca (ca/ca.go), the rest of the code stays the same, but to propper...
It would be possible to marshal simple values like strings, integers, booleans, arrays adding a function that uses (asn1.MarshalWithParams)[https://pkg.go.dev/encoding/asn1#MarshalWithParams] as the backend: ```golang asn1.MarshalWithParams("foo", "") // or "printable" // []byte{0x13,...
@jokreliable I'm talking with @tashian about creating a template function that might work like this: ```yaml { "extensions": [ {"id": "1.2.3.4", "critical": false, "value": {{ asn1Marhal .Principal }} }, {"id":...
> 1. How does Step-ca behave when it receives a certificate renewal request from a certificate that are no longer in its DB ? (as the certificate could have been...
@ckwalsh Pong, sorry it went out of my radar. I will take a look asap.
@JackSinclairT With the current version, using custom images for the bootstrapper and renewer you can create certificates with different algorithms, and convert them to PKCS12. For example, a new image...
This is right now not possible with autocert. The current version of autocert injects containers in pods that takes care of authorizing the first certificate, and take care of the...