Merge pull request #20 from zanematthew/master

Adding SSL folder to the gitignore list
This commit is contained in:
nanoninja
2018-03-29 08:37:44 +02:00
committed by GitHub
8 changed files with 30 additions and 1 deletions

5
.gitignore vendored
View File

@@ -14,4 +14,7 @@ web/app/composer.json
nbproject/
/nbproject/
/nbproject/private/
/nbproject/private/private.properties
/nbproject/private/private.properties
# SSL Certs
etc/ssl/

View File

@@ -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 not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB