Show HN: Dynamically generate self-signed certs for Go unit tests
1–2 of 2 posts
Re: Show HN: Dynamically generate self-signed certs for Go unit tests
#2In the spirit of "a little copying is better than a little dependency", people might also be interested in the `crypto/tls` package's 172-line example program to generate certificates: