mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update certbot/certbot/plugins/enhancements.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
d7778b0f5e
commit
719142e28d
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ class OCSPPrefetchEnhancement(object):
|
|||
:param lineage: Certificate lineage object
|
||||
:type lineage: certbot.storage.RenewableCert
|
||||
:param domains: List of domains in certificate to enhance
|
||||
:type domains: str
|
||||
:type domains: `list` of `str`
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue