Merge pull request #20 from zanematthew/master
Adding SSL folder to the gitignore list
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -14,4 +14,7 @@ web/app/composer.json
|
|||||||
nbproject/
|
nbproject/
|
||||||
/nbproject/
|
/nbproject/
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
/nbproject/private/private.properties
|
/nbproject/private/private.properties
|
||||||
|
|
||||||
|
# SSL Certs
|
||||||
|
etc/ssl/
|
||||||
26
doc/configure-cacert-for-local.md
Normal file
26
doc/configure-cacert-for-local.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Configure Local CA CERT with MacOS
|
||||||
|
|
||||||
|
## 1. The warning you receive while developing locally.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 2. Open the keychain app.
|
||||||
|
|
||||||
|

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

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

|
||||||
|
|
||||||
|
## 5. Set to always trust.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 6. Reload the webpage.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
BIN
doc/images/cacert-1-warning.png
Normal file
BIN
doc/images/cacert-1-warning.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
BIN
doc/images/cacert-2-open-keychain.png
Normal file
BIN
doc/images/cacert-2-open-keychain.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 244 KiB |
BIN
doc/images/cacert-3-add-cacert-file-import.png
Normal file
BIN
doc/images/cacert-3-add-cacert-file-import.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 226 KiB |
BIN
doc/images/cacert-4-locate-cert.png
Normal file
BIN
doc/images/cacert-4-locate-cert.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 330 KiB |
BIN
doc/images/cacert-5-set-to-always-trust.png
Normal file
BIN
doc/images/cacert-5-set-to-always-trust.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 408 KiB |
BIN
doc/images/cacert-6-reload-page.png
Normal file
BIN
doc/images/cacert-6-reload-page.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user