From 424c1671aafdaceb563c5a9959fc6f857f689ed0 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 6 Nov 2015 11:09:17 +0100 Subject: [PATCH] Sample keys file added --- examples/keys.py.sample | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/keys.py.sample 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