mirror of https://github.com/MISP/PyMISP
Sample keys file added
parent
dbd45f0f01
commit
424c1671aa
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
misp_url = 'https://<your MISP URL>/'
|
||||
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
|
Loading…
Reference in New Issue