Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ web/app/composer.json
nbproject/
/nbproject/
/nbproject/private/
/nbproject/private/private.properties
/nbproject/private/private.properties

# SSL Certs
etc/ssl/
26 changes: 26 additions & 0 deletions doc/configure-cacert-for-local.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Configure Local CA CERT with MacOS

## 1. The warning you receive while developing locally.

![Warning](images/cacert-1-warning.png)

## 2. Open the keychain app.

![Open Keychain](images/cacert-2-open-keychain.png)

## 3. Use File --> Import to add the ca cert you've already created.

![Add CA Cert](images/cacert-3-add-cacert-file-import.png)

## 4. Once added, locate it via the search box.

![Localhost Search Box](images/cacert-4-locate-cert.png)

## 5. Set to always trust.

![Trust The Cert](images/cacert-5-set-to-always-trust.png)

## 6. Reload the webpage.

![The Results](images/cacert-6-reload-page.png)

Binary file added doc/images/cacert-1-warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/cacert-2-open-keychain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/cacert-3-add-cacert-file-import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/cacert-4-locate-cert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/cacert-5-set-to-always-trust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/cacert-6-reload-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.