remg427 / misp42splunk

A Splunk app to use MISP in background
GNU Lesser General Public License v3.0
109 stars 30 forks source link

bug in misp_common.py #138

Closed remg427 closed 4 years ago

remg427 commented 4 years ago
   misp_ca_full_path = mispconf.get('misp_ca_full_path', '')
    if misp_ca_full_path != '':
        config_args['misp_verifycert'] = misp_ca_full_path
        logging.info("config_args['misp_ca_full_path'] {}".format(config_args['misp_ca_full_path']))