Skip to content

Adding SSL folder to the gitignore list #20

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

Merged
merged 2 commits into from
Mar 29, 2018
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.