> @@ -52,35 +60,55 @@
>     /**
>      * To get a service account and its private key see [TODO: write some
>      * documentation on the website and put a link to it]
> -    * 
> -    * The first argument (args[0]) must be your service account email address
> -    * The second argument (args[1]) must a path to your service account
> -    *     private key PEM file (without a password).
> +    *
> +    * The first argument (args[0]) is your service account email address
> +    *    (https://developers.google.com/console/help/new/#serviceaccounts).
> +    * The second argument (args[1]) is a path to your service account 
> private key PEM file without a password
> +    *    (https://developers.google.com/console/help/new/#serviceaccounts).

Just a note FTR. jclouds will fallback to authenticate with the SSH agent, so 
it should work with password protected keys if they're already loaded by the 
agent.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/59/files#r16063313

Reply via email to