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
This commit is contained in:
Lucas Alvares Gomes 2015-09-11 09:59:31 +01:00
parent cba0eaf903
commit 41a404e0a4

View File

@ -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