Repository: libcloud Updated Branches: refs/heads/trunk 9c0ef27f0 -> 90c884b49
Fix some formatting and link issues in the GCE docs. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/90c884b4 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/90c884b4 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/90c884b4 Branch: refs/heads/trunk Commit: 90c884b4935677884475fb41f9297487a98607d4 Parents: 9c0ef27 Author: Tomaz Muraus <[email protected]> Authored: Tue Nov 11 21:21:39 2014 +0800 Committer: Tomaz Muraus <[email protected]> Committed: Tue Nov 11 21:21:39 2014 +0800 ---------------------------------------------------------------------- docs/compute/drivers/gce.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/90c884b4/docs/compute/drivers/gce.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/gce.rst b/docs/compute/drivers/gce.rst index 9230ca9..0d4e283 100644 --- a/docs/compute/drivers/gce.rst +++ b/docs/compute/drivers/gce.rst @@ -20,8 +20,9 @@ Google Compute Engine features: Connecting to Google Compute Engine ----------------------------------- + Libcloud supports three different methods for authenticating: -`Service Account`_ and `Installed Application`_ and `Internal Authentication_` +`Service Account`_, `Installed Application`_ and `Internal Authentication`_. Which one should I use? @@ -48,11 +49,11 @@ Service Account To set up Service Account authentication: -1. Follow the instructions at +1. Follow the instructions at https://developers.google.com/console/help/new/#serviceaccounts to create and download a PKCS-12 private key. 2. Convert the PKCS-12 private key to a .pem file using the following: - ``openssl pkcs12 -in YOURPRIVKEY.p12 -nodes -nocerts + ``openssl pkcs12 -in YOURPRIVKEY.p12 -nodes -nocerts | openssl rsa -out PRIV.pem`` 3. Move the .pem file to a safe location 4. You will need the Service Account's "Email Address" and the path to the @@ -78,8 +79,8 @@ Internal Authentication ~~~~~~~~~~~~~~~~~~~~~~~ To use GCE's internal metadata service to authenticate, simply specify -your Project ID and let the driver handle the rest. See the `Examples`_ -below for a sample. +your Project ID and let the driver handle the rest. See the +`5. Using GCE Internal Authorization`_ example bellow. Accessing Google Cloud services from your Libcloud nodes --------------------------------------------------------
