Skip to content

docs: comment about installing the CA in the system store for macOS #608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions installation-and-setup/trust-fiddler-ca.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Use the manual approach if the automated wizard fails or you need more control o

1. Go to **Settings** > **HTTPS** in Fiddler Everywhere.
2. Click **Trust Fiddler CA in the User Store**.
>tip To install the Fiddler CA certificate in the system store, you must use the export option and then proceed with manually installing it on macOS. The Fiddler Everywhere application automatically recognizes the installed CA from the user and system stores.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
>tip To install the Fiddler CA certificate in the system store, you must use the export option and then proceed with manually installing it on macOS. The Fiddler Everywhere application automatically recognizes the installed CA from the user and system stores.
>tip To install the Fiddler CA certificate in the system keychain, you must use the export option and then proceed with manually installing it on macOS. The Fiddler Everywhere application automatically recognizes the installed CA from the login and system keychains.

3. Enter your macOS admin credentials when prompted.
![Enter Keychain credentials to trust the root certificate](../images/settings/settings-HTTPS-mac-keychain.png)
4. Go to **Settings** > **HTTPS** once more and enable **Capture HTTPS traffic**
Expand Down