mirror of
https://github.com/certbot/certbot.git
synced 2026-04-13 21:18:43 -04:00
[documentation] Add links to LEPC interface sources
This commit is contained in:
parent
874c59012a
commit
e88eac65da
1 changed files with 2 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ class PostfixConfigGenerator:
|
|||
f.close()
|
||||
|
||||
### Let's Encrypt client IPlugin ###
|
||||
# https://github.com/letsencrypt/letsencrypt/blob/master/letsencrypt/plugins/common.py#L35
|
||||
|
||||
def prepare(self):
|
||||
"""Prepare the plugin.
|
||||
|
|
@ -164,6 +165,7 @@ class PostfixConfigGenerator:
|
|||
|
||||
|
||||
### 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue