diff --git a/README.md b/README.md index 3af4f12..197995e 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,28 @@ Certificate: 02:db:c7:03 ``` +## Import to Chrome + +**1. Open Chrome settings - scroll down and click `Advanced`** + + + +**2. Find and click on `Manage certificates`** + + + +**3. In the tab, navigate to `AUTHORITIES`** + + + +**4. Select `devilbox-ca.crt` from within the Devilbox git directory** + + + +**5. Check all boxes** + + + ## License diff --git a/img/01-settings.png b/img/01-settings.png new file mode 100644 index 0000000..dc884cf Binary files /dev/null and b/img/01-settings.png differ diff --git a/img/02-advanced-settings.png b/img/02-advanced-settings.png new file mode 100644 index 0000000..2eaa910 Binary files /dev/null and b/img/02-advanced-settings.png differ diff --git a/img/03-authorities.png b/img/03-authorities.png new file mode 100644 index 0000000..9b3f13d Binary files /dev/null and b/img/03-authorities.png differ diff --git a/img/04-import.png b/img/04-import.png new file mode 100644 index 0000000..f28afe8 Binary files /dev/null and b/img/04-import.png differ diff --git a/img/05-set-trust.png b/img/05-set-trust.png new file mode 100644 index 0000000..fbbd753 Binary files /dev/null and b/img/05-set-trust.png differ