From 41a404e0a4556233951d4deeb8f5a960f9b16fb6 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Fri, 11 Sep 2015 09:59:31 +0100 Subject: [PATCH] Fix indentation of the console docs This patch just fixes the indentation of the docs explaning how to generate a SSL certificate when using shellinabox so it render correctly. Change-Id: I98e7feebaf22178312c86a5d3e4635c9937ba92b --- doc/source/deploy/install-guide.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index d56a819115..9d3e757c4d 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -1116,22 +1116,22 @@ The web console can be configured in Bare Metal service in the following way: 1. Install openssl, for example:: - Ubuntu: - sudo apt-get install openssl + Ubuntu: + sudo apt-get install openssl - Fedora/RHEL7/CentOS7: - sudo yum install openssl + Fedora/RHEL7/CentOS7: + sudo yum install openssl 2. Generate the SSL certificate, here is an example, you can find more about openssl on the `openssl page`_:: - cd /tmp/ca - openssl genrsa -des3 -out my.key 1024 - openssl req -new -key my.key -out my.csr - cp my.key my.key.org - openssl rsa -in my.key.org -out my.key - openssl x509 -req -days 3650 -in my.csr -signkey my.key -out my.crt - cat my.crt my.key > certificate.pem + cd /tmp/ca + openssl genrsa -des3 -out my.key 1024 + openssl req -new -key my.key -out my.csr + cp my.key my.key.org + openssl rsa -in my.key.org -out my.key + openssl x509 -req -days 3650 -in my.csr -signkey my.key -out my.crt + cat my.crt my.key > certificate.pem * Customize the console section in the Bare Metal service configuration file (/etc/ironic/ironic.conf), if you want to use SSL certificate in