This commit is contained in:
Julian C. Dunn 2013-03-07 10:22:44 -08:00 коммит произвёл Julian C. Dunn
Родитель 5056725444
Коммит 9c979bccf5
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,7 @@ OR
==Management Certifcate
The management certificate is required for secure communication with the Windows Azure Platform via the REST APIs. These can be obtained from the publishsettings file. You need to download the .publishsettings file from the link given below. You can either provide the path to the .publishsettings file OR you can generate the management certificate yourself from the .publishsettings file.
<<<<<<< HEAD
===Management Certificate using the .publishsettings file
Download the .publishsettings file from https://manage.windowsazure.com/publishsettings/index?client=xplat
@ -27,7 +28,10 @@ Set the option :azure_publish_settings_file by specifying the path to the downlo
Follow these steps to generate the certificate in the PEM format
1. Download the settings file from https://manage.windowsazure.com/publishsettings/index?client=xplat
2. Extract the data from the ManagementCertificate field into a separate file named - cert.pfx
2. Extract the data from the ManagementCertificate field into a separate file named cert.pfx. If you have xmlstarlet installed, this command will work:
xmlstarlet sel -t -m "//PublishData/PublishProfile[@PublishMethod='AzureServiceManagementAPI']" -v @ManagementCertificate credentials.publishsettings
3. Decode the certificate file :
===== On Linux/Mac(Homebrew)