link to osx certificate adding

This commit is contained in:
AJ ONeal 2014-07-15 03:59:58 +00:00
parent 5c8cf158db
commit 5f3abb032d
1 changed files with 11 additions and 4 deletions

View File

@ -61,10 +61,6 @@ node ./serve.js 8043 &
### Test in a client
Visit in a web browser
<https://local.ldsconnect.org>
Test (warning free) in node.js
```bash
@ -78,6 +74,17 @@ curl -v https://local.ldsconnect.org \
--cacert client/my-private-root-ca.crt.pem
```
Visit in a web browser
<https://local.ldsconnect.org>
To get rid of the warnings, simply add the certificate in the `client` folder
to your list of certificates by alt-clicking "Open With => Keychain Access"
on `my-private-root-ca.crt.pem`
You do have to set `Always Trust` a few times
[as explained](http://www.robpeck.com/2010/10/google-chrome-mac-os-x-and-self-signed-ssl-certificates/#.U8RqrI1dVd8) by Rob Peck.
Now season to taste
---