You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: