mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +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()
|
||||
|
||||
Reference in New Issue
Block a user