"The entire thing is a single binary with no external dependencies, ensuring a streamlined and efficient deployment process."
"Certificates are generated in memory and streamed directly, which enhances security by preventing storage on the server."
"The tool supports RSA 2048/4096 and ECDSA P-256/P-384, meeting modern cryptographic standards."
"Output formats include ZIP (PEM files) or PFX/PKCS#12, providing flexibility for different use cases."
A certificate generation tool was originally created in 2012 using Node.js and Express but was later rewritten in Go. The new version is a single binary with no external dependencies. It utilizes Go's crypto/x509 for certificate generation, ensuring that certificates are generated in memory and streamed directly without being stored on the server. The tool supports RSA 2048/4096 and ECDSA P-256/P-384, includes Subject Alternative Names, and offers output in ZIP (PEM files) or PFX/PKCS#12 formats.
Read at Ycombinator
Unable to calculate read time
Collection
[
|
...
]