def test_install_ssl_options_conf(self):
     from letsencrypt_apache.configurator import install_ssl_options_conf
     path = os.path.join(self.work_dir, "test_it")
     install_ssl_options_conf(path)
     self.assertTrue(os.path.isfile(path))
Exemple #2
0
 def test_install_ssl_options_conf(self):
     from letsencrypt_apache.configurator import install_ssl_options_conf
     path = os.path.join(self.work_dir, "test_it")
     install_ssl_options_conf(path)
     self.assertTrue(os.path.isfile(path))