-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration Files
Lilia edited this page Jun 27, 2018
·
3 revisions
SES can be configured via JSON files with the following structure:
{
"serverUrl" : "https://misp.example.org",
"authToken" : "SECRET",
"name" : "Organization Name",
"logo" : "data:image/jpeg;base64,..."
}
The serverUrl
should point to your MISP instance. An authToken
is available under your profile page when logged into the MISP server.
The name
and logo
fields are just used to render the current configuration in a user-friendly way, effectively "white-labeling" the extension for your organization.
The easiest way to create a configuration file is using the SES extension. After installing it, the settings page should appear. Click 'Advanced' and edit the fields. Then click 'Export' to download the json file.