From 436e3e932a732c0133c24ade9be31513bc037656 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 11 Dec 2021 19:34:14 +0000 Subject: Typo, better order --- Deployment.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Deployment.md') diff --git a/Deployment.md b/Deployment.md index 5985477..4f3aea9 100644 --- a/Deployment.md +++ b/Deployment.md @@ -34,7 +34,10 @@ cd /opt/spacebeans wget URL/spacebeans-VERSION.jar ``` -3. Create a certificate (optional, only if you don't have one already): +3. Create a certificate (optional, only if you don't have one already). + +When entering the certificate details, use the domain name as `CN`. + ``` cd /opt/spacebeans keytool -genkey -keyalg RSA -alias ALIAS -keystore keystore.jks -storepass SECRET -noprompt -validity 36500 -keysize 2048 @@ -42,12 +45,10 @@ chown spacebeans:spacebeans keystore.jks chmod 0400 keystore.jks ``` -When entering the certificate details, use the domain name as `CN`. - In the configuration file provide the path to the keystore, the alias and the secret used when generating the certificate. -4. Prepare your `spacebeaans.conf` file. +4. Prepare your `spacebeans.conf` file. Put it in `/opt/spacebeans/`, with at least one virtual host. -- cgit v1.2.3