Skip to content

Commit ec4a2c4

Browse files
committed
Merge branch 'master' into dev
2 parents c102be2 + 8dc4ccd commit ec4a2c4

8 files changed

+30
-1
lines changed

Diff for: .gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ data/
1919
nbproject/
2020
/nbproject/
2121
/nbproject/private/
22-
/nbproject/private/private.properties
22+
/nbproject/private/private.properties
23+
24+
# SSL Certs
25+
etc/ssl/

Diff for: 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+

Diff for: doc/images/cacert-1-warning.png

211 KB
Loading

Diff for: doc/images/cacert-2-open-keychain.png

244 KB
Loading

Diff for: doc/images/cacert-3-add-cacert-file-import.png

226 KB
Loading

Diff for: doc/images/cacert-4-locate-cert.png

331 KB
Loading

Diff for: doc/images/cacert-5-set-to-always-trust.png

408 KB
Loading

Diff for: doc/images/cacert-6-reload-page.png

32.5 KB
Loading

0 commit comments

Comments
 (0)