mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Correct AutoHSTS docs (#7767)
domains is a list of strings, not a single string. * Correct AutoHSTS docs. * Fix Apache enable_autohsts docs.
This commit is contained in:
@@ -2471,7 +2471,7 @@ class ApacheConfigurator(common.Installer):
|
||||
:type _unused_lineage: certbot._internal.storage.RenewableCert
|
||||
|
||||
:param domains: List of domains in certificate to enhance
|
||||
:type domains: str
|
||||
:type domains: `list` of `str`
|
||||
"""
|
||||
|
||||
self._autohsts_fetch_state()
|
||||
|
||||
@@ -153,7 +153,7 @@ class AutoHSTSEnhancement(object):
|
||||
:type lineage: certbot.interfaces.RenewableCert
|
||||
|
||||
:param domains: List of domains in certificate to enhance
|
||||
:type domains: str
|
||||
:type domains: `list` of `str`
|
||||
"""
|
||||
|
||||
# This is used to configure internal new style enhancements in Certbot. These
|
||||
|
||||
Reference in New Issue
Block a user