Fix some typos and update instructions to convert Google's auth key. Closes #254.
Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/752275c0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/752275c0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/752275c0 Branch: refs/heads/trunk Commit: 752275c0b94d3d62aa3e267504de398f80621d44 Parents: 9d253db Author: Franck Cuny <[email protected]> Authored: Sat Mar 1 20:38:21 2014 -0800 Committer: Tomaz Muraus <[email protected]> Committed: Sun Mar 2 13:35:57 2014 +0100 ---------------------------------------------------------------------- libcloud/common/google.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/752275c0/libcloud/common/google.py ---------------------------------------------------------------------- diff --git a/libcloud/common/google.py b/libcloud/common/google.py index 2206c25..a850751 100644 --- a/libcloud/common/google.py +++ b/libcloud/common/google.py @@ -36,14 +36,14 @@ package installed to use this): the PEM format. - Convert the key using OpenSSL (the default password is 'notasecret'): ``openssl pkcs12 -in YOURPRIVKEY.p12 -nodes -nocerts - | openssl rsa -out PRIV.pem`` + -passin pass:notasecret | openssl rsa -out PRIV.pem`` - Move the .pem file to a safe location. - To Authenticate, you will need to pass the Service Account's "Email address" in as the user_id and the path to the .pem file as the key. Setting up Installed Application authentication: - - Go to the Connsole - - Go to your projcet and then to "APIs & auth" on the left + - Go to the Console + - Go to your project and then to "APIs & auth" on the left - Click on "Credentials" - Select "Installed application" and "Other" then click on "Create Client ID"
