summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-12-15 16:12:34 -0500
committerPeter LaFosse <peter@vector35.com>2017-12-15 16:12:34 -0500
commit89a1e8d47efbf85055b5053823d77d67c54e074e (patch)
tree1eb0f187851cbf56bd66eec77e7a876392b8d1a6 /docs
parent4862340bc92c7bcde9d377cbf7cff1417a39509e (diff)
Adding documentation for linux CA path settings
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 39809747..88945f7b 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -255,6 +255,8 @@ Settings are stored in the _user_ directory in the file `settings.json`. Each to
|Plugin | Setting | Type | Default | Description |
|------:|-------------------------:|-------------:|-----------------------------------------------:|:----------------------------------------------------------------------------------------------|
+| core | linux\_ca\_bundle | string | "" | Certificate authority (.pem or .crt) file to be used for secure downloads |
+| core | linux\_ca\_dir | string | "" | Certificate authority directory (for distributions without a CA bundle) |
| ui | activeContent | boolean | True | Allow Binary Ninja to connect to the web to check for updates |
| ui | colorblind | boolean | True | Choose colors that are visible to those with red/green colorblind |
| ui | debug | boolean | False | Enable developer debugging features (Additional views: Lifted IL, and SSA forms) |