mirror of
https://github.com/certbot/certbot.git
synced 2026-01-23 07:20:55 +03:00
Partially update documentation for _treat_as_renewal
This commit is contained in:
@@ -211,10 +211,11 @@ def _find_duplicative_certs(config, domains):
|
||||
|
||||
|
||||
def _treat_as_renewal(config, domains):
|
||||
"""Determine whether or not the call should be treated as a renewal.
|
||||
"""Determine whether there are duplicated names and how to handle them.
|
||||
|
||||
:returns: RenewableCert or None if renewal shouldn't occur.
|
||||
:rtype: :class:`.storage.RenewableCert`
|
||||
:returns: Two-element tuple containing desired new-certificate
|
||||
behavior as a string token, plus either a RenewableCert
|
||||
instance or None if renewal shouldn't occur.
|
||||
|
||||
:raises .Error: If the user would like to rerun the client again.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user