Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1367 from anthonye2007/master
Browse files Browse the repository at this point in the history
Specify pem file encoding
  • Loading branch information
yugangw-msft committed Mar 23, 2015
2 parents c6e485b + ac67a81 commit 0e8a661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/computeManagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var fs = require('fs'),

var computeManagementClient = computeManagement.createComputeManagementClient(computeManagement.createCertificateCloudCredentials({
subscriptionId: '<your subscription id>',
pem: fs.readFileSync('<your pem file>')
pem: fs.readFileSync('<your pem file>', 'utf-8')
}));
```

Expand Down

0 comments on commit 0e8a661

Please sign in to comment.