Slide 13
Slide 13 text
Three Go Packages: net/http
Go implementation of HTTP
net/http (https://golang.org/pkg/net/http/)
has a function called ListenAndServeTLS
ListenAndServeTLS provides the desired certi cate checking functionality
"If the certi cate is signed by a certi cate authority, the certFile should be the
concatenation of the server's certi cate, any intermediates, and the CA's certi cate."
Gopher Inclusion by Ashley McNamara (https://github.com/ashleymcnamara/gophers)