We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa27eb9 commit 7b47777Copy full SHA for 7b47777
README.md
@@ -86,8 +86,10 @@ cat azure-cert.pem azure-pk.pem > azure.pem.txt
86
openssl pkcs12 -export -in azure.pem.txt -out azurekeystore.pkcs12 -name azure -noiter -nomaciter
87
```
88
89
-Upload the generated key to Azure platform. **Important**: when prompted for a password,
90
-you need to enter a non empty one.
+Upload the `azure-certificate.cer` file both in the elasticsearch Cloud Service (under `Manage Certificates`),
+and under `Settings -> Manage Certificates`.
91
+
92
+**Important**: when prompted for a password, you need to enter a non empty one.
93
94
See this [guide](http://www.windowsazure.com/en-us/manage/linux/how-to-guides/ssh-into-linux/) to have
95
more details on how to create keys for Azure.
0 commit comments