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)
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)