Remove spdy cruft (#6573)

This commit is contained in:
Brad Warren
2019-02-01 12:16:18 -08:00
committed by ohemorange
parent 8f7b280106
commit a0d47a44c9
+1 -2
View File
@@ -146,7 +146,7 @@ RENEWER_DEFAULTS = dict(
"""Defaults for renewer script."""
ENHANCEMENTS = ["redirect", "ensure-http-header", "ocsp-stapling", "spdy"]
ENHANCEMENTS = ["redirect", "ensure-http-header", "ocsp-stapling"]
"""List of possible :class:`certbot.interfaces.IInstaller`
enhancements.
@@ -154,7 +154,6 @@ List of expected options parameters:
- redirect: None
- ensure-http-header: name of header (i.e. Strict-Transport-Security)
- ocsp-stapling: certificate chain file path
- spdy: TODO
"""