-
Notifications
You must be signed in to change notification settings - Fork 139
Description
I've seen some talk about the possibility of bringing a command-line-tool to rcgen. minica is an example of this kind of tool for Golang. I recently wrote myca to address my own needs. It uses rcgen library. My hope with this issue is to spark a discussion about bringing a CLI to rcgen. The first question might be to ask if rcgen wants such a thing? If it does, then we can discuss what it should look like. I think it would be relatively easy to provide a tool to create throw away keys and certificates for use in development and testing. And that is what I have tried to solve for myself. Once that bridge has been crossed, it shouldn't be much more effort to provide a few options and switches for compliance in more restricted contexts. I might be oversimplifying and I'm sure there are other opinions. Discussion is welcome.