mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Remove unused certs_only_config
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user