diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-07-26 23:06:58 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-07-26 23:06:58 +0200 |
| commit | 51587ef41ab94dca2900267a5edcab4345b8f663 (patch) | |
| tree | 62d3879037fd311184d67d87a2f697a7a9bcd543 /data | |
| parent | ba31faa55abedea506443df821e32aff93378c15 (diff) | |
Add SSL interception to Setup in GUI
Diffstat (limited to 'data')
| -rw-r--r-- | data/tp-monitor-gtk.gschema.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/tp-monitor-gtk.gschema.xml b/data/tp-monitor-gtk.gschema.xml index 6fbb396..324ceb1 100644 --- a/data/tp-monitor-gtk.gschema.xml +++ b/data/tp-monitor-gtk.gschema.xml @@ -30,5 +30,29 @@ Last generate CA output filename </description> </key> + <key name="ssl-certs" type="s"> + <default>""</default> + <description> + Last file for SSL certficate bundle + </description> + </key> + <key name="ssl-ca" type="s"> + <default>""</default> + <description> + Last file for SSL CA selected + </description> + </key> + <key name="mitm" type="b"> + <default>false</default> + <description> + Last selection if SSL interception should be used + </description> + </key> + <key name="unsecure" type="b"> + <default>false</default> + <description> + Last selection if SSL interception should allow unsecure connections + </description> + </key> </schema> </schemalist> |
