diff --git a/examples/keys.py.sample b/examples/keys.py.sample new file mode 100644 index 0000000..168b765 --- /dev/null +++ b/examples/keys.py.sample @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +misp_url = 'https:///' +misp_key = 'Your MISP auth key' # The MISP auth key can be found on the MISP web interface under the automation section +misp_verifycert = True