mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Remove unused certs_only_config
This commit is contained in:
parent
b9177948d3
commit
b94e268f83
1 changed files with 0 additions and 5 deletions
|
|
@ -23,11 +23,6 @@ myhostname = mail.fubard.org
|
|||
myorigin = fubard.org"""
|
||||
|
||||
|
||||
certs_only_config = (
|
||||
"""smtpd_tls_cert_file = /etc/letsencrypt/live/www.fubard.org/fullchain.pem
|
||||
smtpd_tls_key_file = /etc/letsencrypt/live/www.fubard.org/privkey.pem""")
|
||||
|
||||
|
||||
class InstallerTest(certbot_test_util.TempDirTestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue