Using docker to generate CA, server & client certificates for TESTING
When implementing support for TLS1.2 and client-server certificate verification for MyNatsClient [https://github.com/danielwertheim/mynatsclient] I needed a quick way to generate: CA, Server and Client certificates. I could of course script this and use OpenSSL but I found a small and simple docker…
Daniel Wertheim