Skip to content

Commit 7b47777

Browse files
committed
Docs: more information about certificate management
Closes #33. (cherry picked from commit ab87790)
1 parent aa27eb9 commit 7b47777

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ cat azure-cert.pem azure-pk.pem > azure.pem.txt
8686
openssl pkcs12 -export -in azure.pem.txt -out azurekeystore.pkcs12 -name azure -noiter -nomaciter
8787
```
8888

89-
Upload the generated key to Azure platform. **Important**: when prompted for a password,
90-
you need to enter a non empty one.
89+
Upload the `azure-certificate.cer` file both in the elasticsearch Cloud Service (under `Manage Certificates`),
90+
and under `Settings -> Manage Certificates`.
91+
92+
**Important**: when prompted for a password, you need to enter a non empty one.
9193

9294
See this [guide](http://www.windowsazure.com/en-us/manage/linux/how-to-guides/ssh-into-linux/) to have
9395
more details on how to create keys for Azure.

0 commit comments

Comments
 (0)