Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

README is wrong about .pfx #3

Open
jeffmendoza opened this issue Nov 25, 2013 · 0 comments
Open

README is wrong about .pfx #3

jeffmendoza opened this issue Nov 25, 2013 · 0 comments

Comments

@jeffmendoza
Copy link

To create pfx, simply download the publishsettings file for your subscription, copy the contents of Management Certificate from the publishsettings and save it in a file and name the file as your cert.pfx. This pfx will be a passwordless pfx which can be supplied as a cert parameter for Service Management Commands

This is wrong, a pfx should be binary, and it is encoded in base 64 in the publishsettings file. The openssl commands listed will not work if you follow the directions in the readme without doing a b64 decode.

The ruby sdk is incorrectly assuming the .pfx file is b64 encoded.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant