mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Document that only save should make checkpoints
This commit is contained in:
parent
38feb37d3e
commit
7e5e016982
1 changed files with 5 additions and 0 deletions
|
|
@ -241,6 +241,11 @@ class IInstaller(IPlugin):
|
|||
|
||||
Represents any server that an X509 certificate can be placed.
|
||||
|
||||
It is assumed that :func:`save` is the only method that finalizes a
|
||||
checkpoint. This is important to ensure that checkpoints are
|
||||
restored in a consistent manner if requested by the user or in case
|
||||
of an error.
|
||||
|
||||
"""
|
||||
|
||||
def get_all_names():
|
||||
|
|
|
|||
Loading…
Reference in a new issue