Skip to content

Commit 8dc4ccd

Browse files
authored
Merge pull request nanoninja#20 from zanematthew/master
Adding SSL folder to the gitignore list
2 parents 3c91878 + 236d549 commit 8dc4ccd

8 files changed

+30
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ web/app/composer.json
1414
nbproject/
1515
/nbproject/
1616
/nbproject/private/
17-
/nbproject/private/private.properties
17+
/nbproject/private/private.properties
18+
19+
# SSL Certs
20+
etc/ssl/

doc/configure-cacert-for-local.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Configure Local CA CERT with MacOS
2+
3+
## 1. The warning you receive while developing locally.
4+
5+
![Warning](images/cacert-1-warning.png)
6+
7+
## 2. Open the keychain app.
8+
9+
![Open Keychain](images/cacert-2-open-keychain.png)
10+
11+
## 3. Use File --> Import to add the ca cert you've already created.
12+
13+
![Add CA Cert](images/cacert-3-add-cacert-file-import.png)
14+
15+
## 4. Once added, locate it via the search box.
16+
17+
![Localhost Search Box](images/cacert-4-locate-cert.png)
18+
19+
## 5. Set to always trust.
20+
21+
![Trust The Cert](images/cacert-5-set-to-always-trust.png)
22+
23+
## 6. Reload the webpage.
24+
25+
![The Results](images/cacert-6-reload-page.png)
26+

doc/images/cacert-1-warning.png

211 KB
Loading

doc/images/cacert-2-open-keychain.png

244 KB
Loading
226 KB
Loading

doc/images/cacert-4-locate-cert.png

331 KB
Loading
408 KB
Loading

doc/images/cacert-6-reload-page.png

32.5 KB
Loading

0 commit comments

Comments
 (0)