我想将http.ListenAndServeTLS与多个证书一起使用,并添加新证书而不重启应用程序。
我找到了一个使用多个证书的示例,但我无法在启动后添加新证书。(http.ListenAndServeTLS with multiple certificates)
我还找到了更新证书的示例,只能使用和更新一个证书。但我无法添加更多。(Is there a way to update the TLS certificates in a net/http server without any downtime?)