toddgaunt-gs
toddgaunt-gs
[ ] Need to resolve conflicts after upgrading to Go 1.22.1...
After a brief skim of the EST RFC, it looks like there is this option in 7.3.3 "If the certificate to be renewed or rekeyed is appropriate for the negotiated...
Hey @alaahil, this implementation of EST wasn't ever written to be used in a production environment as is. The client is intended to be used with EST server implementations, however...
If you're looking for an off-the-shelf solution, I unfortunately don't have anything to recommend. This implementation _could_ be used as a base and hardened but as the license says :smile:...
Depends on what this is going to be used for, but openssl is a good start. I would recommend looking for advice within your company on this issue.
Other than the README and what is documented in code comments, there isn't anything else no.
I hope it is, but I'm not willing to provide any guarantees as I wasn't the original author :)
Hey @61131 Thanks for submitting this pull request! I just wanted to let you know that I'll assign myself and another dev as reviewers since this seems like a nice...
Hello Simkiw, We already support generating the CSR in another command, `estclient csr` which defaults to stdout, which can be used together with `estclient enroll` to get a certificate issued...
Thanks for the clarification both of you. This would be useful feature to implement indeed. Since this is meant as an example EST service and we don't use this functionality...