From ab87790ed7bd8bb80d2b5079dac88c01680588f6 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 30 Oct 2014 16:08:34 +0100 Subject: [PATCH] Docs: more information about certificate management Closes #33. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd591c9ce53..a1f1a9090bd 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,10 @@ cat azure-cert.pem azure-pk.pem > azure.pem.txt openssl pkcs12 -export -in azure.pem.txt -out azurekeystore.pkcs12 -name azure -noiter -nomaciter ``` -Upload the generated key to Azure platform. **Important**: when prompted for a password, -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`. + +**Important**: when prompted for a password, you need to enter a non empty one. See this [guide](http://www.windowsazure.com/en-us/manage/linux/how-to-guides/ssh-into-linux/) to have more details on how to create keys for Azure.