mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
remove old comments
This commit is contained in:
@@ -267,13 +267,6 @@ class Installer(plugins_common.Plugin):
|
|||||||
with open(self.fn, "w") as f:
|
with open(self.fn, "w") as f:
|
||||||
f.write(self.new_cf)
|
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):
|
def get_all_names(self):
|
||||||
"""Returns all names that may be authenticated.
|
"""Returns all names that may be authenticated.
|
||||||
:rtype: `list` of `str`
|
:rtype: `list` of `str`
|
||||||
|
|||||||
Reference in New Issue
Block a user