From 5f3abb032d37665f44ba678261d297a612c3a706 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 15 Jul 2014 03:59:58 +0000 Subject: [PATCH] link to osx certificate adding --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d38a304..e7a2005 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,6 @@ node ./serve.js 8043 & ### Test in a client -Visit in a web browser - - - 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 + + + +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 ---