Reimplement katib-cert-generator in Go
See original GitHub issue/kind feature
Describe the solution you’d like [A clear and concise description of what you want to happen.]
Currently, katib-cert-generator is written in shell script, but shell script is not high maintenance.
Also, the katib-cert-generator needs to support multiple API versions of certificates.k8s.io
, which will make maintainability even worse.
Ref: https://github.com/kubeflow/katib/issues/1628#issuecomment-901069046.
So I’d like to reimplement it in Go. If the community agrees, I’d like to work on this issue.
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
KeithAlt/go-cert-generator - GitHub
A utility package for generating self-signed SSL certificates within your Go application. No third-party tools required.
Read more >How to Generate CSR (Certificate Signing Request) Code
You can generate a Certificate Signing Request code yourself, e.g. if you manage the hosting server on your own or if this is...
Read more >generate_cert - - The Go Programming Language
4 5 //go:build ignore 6 7 // Generate a self-signed X.509 certificate for a TLS server. Outputs to 8 // 'cert.pem' and 'key.pem'...
Read more >Golang - Creating a Certificate Authority + Signing ... - Shane Utt
In this post I'm going to describe how to create a CA Certificate and demonstrate signing certificates with that CA entirely in Golang....
Read more >fake address generator washington dc
Fake Address Generator Washington DcWhile the headlines may be ... License and or ID's: Buy a fake university ID (they are legal online)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you comment. @andreyvelich I’d like to take this issue.
Sure, sounds good to me. Thank you @tenzen-y! WDYT @gaocegege @johnugeorge ?