From 7304a4c1202c288a905d953a13370fac8c98cf39 Mon Sep 17 00:00:00 2001
From: William Enright <william.enright@savoirfairelinux.com>
Date: Tue, 20 Oct 2020 15:33:13 -0400
Subject: [PATCH] Fixed truncated command line

Change-Id: I4e8b91106b1608fca11c0b6db098c1644ac8a527
---
 userguide/docs/index.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/userguide/docs/index.md b/userguide/docs/index.md
index 6527f04f..dc5bc5b8 100644
--- a/userguide/docs/index.md
+++ b/userguide/docs/index.md
@@ -37,10 +37,12 @@ The diagram below shows the entire process of how a device enrolls with JAMS:
 
 2. Unpack the .tar file to a directory of your choice.
 
-3. It is mandatory to run JAMS using a secure SSL connection. To request your SSL certificate files using OpenSSL and generate a pair of PEM and KEY, enter the following command:    <pre>
+3. It is mandatory to run JAMS using a secure SSL connection. To request your SSL certificate files using OpenSSL and generate a pair of PEM and KEY, enter the following command:    
+<pre>
 <b>openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout server.key -out server.pem</b></pre>
 
-4. Launch your JAMS instance. Navigate to the directory where you have extracted the JAMS package and execute the following command:    <pre>
+4. Launch your JAMS instance. Navigate to the directory where you have extracted the JAMS package and execute the following command:
+<pre>
 <b>java -jar jams-launcher.jar PORT SSL_CERTIFICATE SSL_CERTIFICATE_KEY</b></pre>
 
 | Argument         | Details       |
-- 
GitLab