mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Remove spdy cruft (#6573)
This commit is contained in:
@@ -146,7 +146,7 @@ RENEWER_DEFAULTS = dict(
|
|||||||
"""Defaults for renewer script."""
|
"""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`
|
"""List of possible :class:`certbot.interfaces.IInstaller`
|
||||||
enhancements.
|
enhancements.
|
||||||
|
|
||||||
@@ -154,7 +154,6 @@ List of expected options parameters:
|
|||||||
- redirect: None
|
- redirect: None
|
||||||
- ensure-http-header: name of header (i.e. Strict-Transport-Security)
|
- ensure-http-header: name of header (i.e. Strict-Transport-Security)
|
||||||
- ocsp-stapling: certificate chain file path
|
- ocsp-stapling: certificate chain file path
|
||||||
- spdy: TODO
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user