From 390389cf45fd001d4d309d6cbfecd788994543c1 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Fri, 22 Feb 2013 08:27:35 +0100 Subject: [PATCH] Update documentation/configuration/server_ssl.md --- documentation/configuration/server_ssl.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/configuration/server_ssl.md b/documentation/configuration/server_ssl.md index 759b03be..5fc5ffad 100644 --- a/documentation/configuration/server_ssl.md +++ b/documentation/configuration/server_ssl.md @@ -14,8 +14,9 @@ This article describes how to generate self-signed server certificate and use it ### Make a key and a certificate for the server -* When prompted for "Common Name (eg, your name or your server's hostname) []:", add the hostname/JID of your transport (for example "localhost"). -* When prompted for "A challenge password []:", *do not* set it. +When prompted for "Common Name (eg, your name or your server's hostname) []:", add the hostname/JID of your transport (for example "localhost"). + +When prompted for "A challenge password []:", *do not* set it. $ openssl genrsa -des3 -out spectrum2-server.key 1024 $ openssl req -new -key spectrum2-server.key -out spectrum2-server.csr