Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I'm creating some automation tooling that programatically calls step ca token and step ca certificate, and it turns out that it's much easier to have things written to disk, and not have to deal with STDOUT/STDIN in this particular case. step ca token already has a --output-file parameter. I suggest step ca certificate gets a matching --token-file parameter.
Why is this needed?
It would just simplify some tooling, and make more of the commands similar to eachother.
Hello!
Issue details
I'm creating some automation tooling that programatically calls
step ca tokenandstep ca certificate, and it turns out that it's much easier to have things written to disk, and not have to deal with STDOUT/STDIN in this particular case.step ca tokenalready has a--output-fileparameter. I suggeststep ca certificategets a matching--token-fileparameter.Why is this needed?
It would just simplify some tooling, and make more of the commands similar to eachother.