You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ad...@apache.org on 2014/10/20 21:55:59 UTC

[09/11] git commit: Fixed README bug.

Fixed README bug.


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/ff9d3cee
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/ff9d3cee
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/ff9d3cee

Branch: refs/heads/master
Commit: ff9d3ceee792f727853b433bf45afbe5dea4312c
Parents: 14207a3
Author: Adrian Cole <ac...@twitter.com>
Authored: Sat Oct 18 10:04:48 2014 -0400
Committer: Adrian Cole <ac...@twitter.com>
Committed: Mon Oct 20 13:26:53 2014 -0400

----------------------------------------------------------------------
 azurecompute/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/ff9d3cee/azurecompute/README.md
----------------------------------------------------------------------
diff --git a/azurecompute/README.md b/azurecompute/README.md
index 022abde..b1a9f61 100644
--- a/azurecompute/README.md
+++ b/azurecompute/README.md
@@ -12,7 +12,7 @@ openssl pkcs12 -export -out $HOME/.jclouds/azure.p12 -in $HOME/.jclouds/azure.pe
 # create a cer file which you upload to the management console to authorize this certificate.
 # https://manage.windowsazure.com/@ignasibarreragmail.onmicrosoft.com#Workspaces/AdminTasks/ListManagementCertificates
 # note you need to press command+shift+. to display hidden directories in a open dialog in osx
-openssl x509 -inform pem -in $HOME/.jclouds/azure.p12 -outform der -out $HOME/.jclouds/azure.cer
+openssl x509 -inform pem -in $HOME/.jclouds/azure.pem -outform der -out $HOME/.jclouds/azure.cer
 ```
 
 Once you do this, you will set the following to run the live tests.
@@ -20,4 +20,4 @@ Once you do this, you will set the following to run the live tests.
 mvn -Plive -Dtest.jclouds.azurecompute.subscription-id=12345678-abcd-dcba-abdc-ba0987654321
 -Dtest.azurecompute.credential=P12_EXPORT_PASSWORD
 -Dtest.azurecompute.identity=$HOME/.jclouds/azure.p12
-```
\ No newline at end of file
+```