Skip to content

Commit

Permalink
Document "Root Certificate" tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdzwinel committed Mar 28, 2016
1 parent edc7b34 commit c316b05
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
### Root Certificate

In order to capture encrypted traffic, you'll have to install root certificate provided by Betwixt.
The certificate is generated for you when you first launch Betwixt. You will find it in the application data directory:
The certificate is generated for you when you first launch Betwixt. You can quickly locate it on disk using `Tools > Root Certificate` menu.

- OS X - `~/Library/Application Support/betwixt/ssl/certs/`
- Windows - `%APPDATA%\betwixt\ssl\certs\`
- Linux - `$XDG_CONFIG_HOME/betwxit/ssl/certs/` or `~/.config/betwxit/ssl/certs/`
![Finding certificate file](http://i.imgur.com/xFMBStj.png)

When you find the right folder, import `ca.pem` and mark it as trusted.
`ca.pem` has to be imported and marked as trusted.

On OS X this is done via Keychain app as shown below.

Expand All @@ -26,4 +24,4 @@ If you wish to analyze traffic system wide:

![Setting up proxy on OS X](http://i.imgur.com/JslKSz8.png)

If you want to capture traffic coming from a single terminal use `export https_proxy=http://localhost:8008`.
If you want to capture traffic coming from a single terminal use `export https_proxy=http://localhost:8008`.

0 comments on commit c316b05

Please sign in to comment.