You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be kind of neat if admins could specify a hostname, start pump.io, and automatically get smart HTTPS support. I'm imagining that we would have a configuration parameter called e.g. automaticTLS or managedHTTPS or something like that. When this parameter is flipped on (which we'd do in a semver-major release), pump.io would:
Automatically acquire and manage a Let's Encrypt certificate.
Automatically turn on HTTPS support using that certificate.
Automatically turn on HTTP Strict Transport Security.
Having pump.io automatically manage all aspects of connection security would also let us enable transport security improvements to the entire network at once - for example, once OCSP stapling support lands and stabilizes, we could roll out OCSP Must-Staple to the entire network transparently.
The text was updated successfully, but these errors were encountered:
It would be kind of neat if admins could specify a hostname, start pump.io, and automatically get smart HTTPS support. I'm imagining that we would have a configuration parameter called e.g.
automaticTLS
ormanagedHTTPS
or something like that. When this parameter is flipped on (which we'd do in a semver-major release), pump.io would:Having pump.io automatically manage all aspects of connection security would also let us enable transport security improvements to the entire network at once - for example, once OCSP stapling support lands and stabilizes, we could roll out OCSP Must-Staple to the entire network transparently.
The text was updated successfully, but these errors were encountered: