Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Dec 17, 2023
1 parent 085fef7 commit db5630b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ docker compose -f no-sso.yml run --rm threatr-front python manage.py insert_defa
In the administration panel of Threatr, create a regular user via the *Users* menu. Then, via the *Auth Token* menu, create a new API key for the user you just created. Next, via the menu *Vendor credentials*, create a new entry for each 3rd-party API key you have for Virus Total and/or OTX Alien Vault.

* for VirusTotal, use the vendor identified `vt` and for the credentials field, set
```json
```
{"api_key": "your VT API key"}
```
* for OTX Alien Vault, use the vendor identified `otx` and for the credentials field, set
```json
```
{"api_key": "your OTX API key"}
```
In the administration panel of Colander, via the menu *Backend credentials*, create a new entry with `threatr` as backend identifier and for the credentials field, set
```json
```
{"api_key": "your Threatr API key"}
```
Expand Down

0 comments on commit db5630b

Please sign in to comment.