コード例 #1
0
 def _call(self):
     from certbot.plugins.common import install_ssl_options_conf
     install_ssl_options_conf(self.dest_path, self.hash_path,
                              self.source_path, self.hashes)
コード例 #2
0
def install_ssl_options_conf(options_ssl, options_ssl_digest):
    """Copy Certbot's SSL options file into the system's config dir if required."""
    return common.install_ssl_options_conf(options_ssl, options_ssl_digest,
        constants.MOD_SSL_CONF_SRC, constants.ALL_SSL_OPTIONS_HASHES)
コード例 #3
0
ファイル: common_test.py プロジェクト: pombredanne/certbot
 def _call(self):
     from certbot.plugins.common import install_ssl_options_conf
     install_ssl_options_conf(self.dest_path,
                              self.hash_path,
                              self.source_path,
                              self.hashes)