This is already many years old, and to me it seems like there is code inside Go which allows to perform server side OCSP stapling. However, I am unable to find out how one would use this. Does this just work transparently in the background, all done by the Go library itself, or does the developer need to take measures when implementing an HTTP server using Go?
I would test this out myself, but testing whether or not a given server provides the OCSP response in the handshake is not exactly trivial, since you would need to have a proper certificate with a working OCSP responder set up, which I don't.
So I would really appreciate if someonce could shed a bit of light on this topic for me.
Thanks!