Skip to content

Commit

Permalink
Edit cert verification
Browse files Browse the repository at this point in the history
  • Loading branch information
MislavReversingLabs committed Apr 10, 2024
1 parent 3896e3e commit e836b31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scenarios and Workflows/directory_scanning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,11 @@
"HOST = CREDENTIALS.get(\"a1000\").get(\"a1000_url\")\n",
"TOKEN = CREDENTIALS.get(\"a1000\").get(\"token\")\n",
"\n",
"\n",
"# Set the verify parameter to False if your A1000 instance doesn't have a valid CA certificate\n",
"a1000 = A1000(\n",
" host=HOST,\n",
" token=TOKEN\n",
" token=TOKEN,\n",
" verify=True\n",
")\n",
"\n",
"# Files that should not be analyzed can be added to this list\n",
Expand Down

0 comments on commit e836b31

Please sign in to comment.