Merge pull request #58 from ndeloof/patch-1

Azure provider uses .pem file to authenticate
This commit is contained in:
Ben Firshman 2014-12-09 16:10:54 +00:00
commit e3d7f6f46d
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ Go to the Azure portal, go to the "Settings" page, then "Manage Certificates" an
Grab your subscription ID from the portal, then run `machine create` with these details:
$ machine create -d azure --azure-subscription-id="SUB_ID" --azure-subscription-cert="mycert.cer"
$ machine create -d azure --azure-subscription-id="SUB_ID" --azure-subscription-cert="mycert.pem"
Options: