tech5usa / TLSential

A server for providing short-lived TLS certificates to all services within a firewall restricted network.
GNU General Public License v3.0
15 stars 2 forks source link

Configure http Server to be "production" grade #45

Closed d1str0 closed 4 years ago

d1str0 commented 4 years ago

This means timeouts, etc need to be set to appropriate values. There are a few good articles about running go http server in production and what configuration is needed. I'm pretty sure one is written by Filippo Valsorda, and his article would be a good start.