README.md in forj-1.0.9 vs README.md in forj-1.0.10
- old
+ new
@@ -174,9 +174,26 @@
To ssh into a server
forj ssh <name> <node>
e.g. forj ssh maestro_01 [maestro, ci, util, review] # the nodes from your blueprint
+Excon and SSL Issue
+===================
+
+If you are connecting to a private cloud, you may need to provide some additional certificate data:
+
+Excon env variables:
+* SSL_CERT_DIR : path_to_certs
+* SSL_CERT_FILE: path_to_file
+
+Ex:
+
+ export SSL_CERT_FILE=~/ca.crt
+ forj setup myAccount openstack
+
+or
+
+ SSL_CERT_FILE=~/ca.crt forj setup myAccount openstack
Contributing to Forj
=====================
We welcome all types of contributions. Checkout our website (http://docs.forj.io/en/latest/dev/contribute.html)
to start hacking on Forj. Also join us in our community (https://www.forj.io/community/) to help grow and foster Forj for