I don't know if we're the only company on the planet that demands the https keys have a passcode to them but I've been having a heck of a time trying to find a good way to serve https using a key with a passphrase.
err := ListenAndServeTLS(addr, certFile, keyFile string <https://godoc.org/builtin#string>, handler Handler <https://godoc.org/net/http#Handler>) If they keyFile has a passcode this doesn't work and the examples I've seen take this one line and turn it into a much longer chunk of code. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/c75fc8f6-abe4-4614-8281-cef4cb315ac3n%40googlegroups.com.