mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
remove old comments
This commit is contained in:
parent
83e37acc8b
commit
b342f40c2b
1 changed files with 0 additions and 7 deletions
|
|
@ -267,13 +267,6 @@ class Installer(plugins_common.Plugin):
|
|||
with open(self.fn, "w") as f:
|
||||
f.write(self.new_cf)
|
||||
|
||||
### Let's Encrypt client IPlugin ###
|
||||
# https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/plugins/common.py#L35
|
||||
|
||||
|
||||
### Let's Encrypt client IInstaller ###
|
||||
# https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/interfaces.py#L232
|
||||
|
||||
def get_all_names(self):
|
||||
"""Returns all names that may be authenticated.
|
||||
:rtype: `list` of `str`
|
||||
|
|
|
|||
Loading…
Reference in a new issue