certificates: Uppercase CSR/CA usage

Change-Id: Ia1c339f49e18c54934508c7cbdac327e68f7f6f2
This commit is contained in:
James Page 2018-06-14 11:42:22 +01:00
parent 64efc26da9
commit 2bbaa57e75
2 changed files with 7 additions and 8 deletions

View File

@ -35,7 +35,7 @@ updated.
...
Retrieve csr from vault
Retrieve CSR from Vault
~~~~~~~~~~~~~~~~~~~~~~~
Run the *get-csr* action against the lead unit of the vault application:
@ -70,14 +70,14 @@ Run the *get-csr* action against the lead unit of the vault application:
started: 2018-06-07 10:21:13 +0000 UTC
Retrieve the csr from the action output and place it in a file, removing any
Retrieve the CSR from the action output and place it in a file, removing any
leading whitespace.
Sign csr
Sign CSR
~~~~~~~~
The exact command from signing the csr will depend on the setup of the
external ca. Below is an example:
The exact command from signing the CSR will depend on the setup of the
external CA. Below is an example:
.. code:: bash
@ -88,7 +88,7 @@ external ca. Below is an example:
*If the singing is rejected due to mismatched O or OU or C etc then rerun the
get-csr actions and specify the mismatched items*
Upload signed csr and root ca cert to vault
Upload signed CSR and root CA cert to vault
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(Where /tmp/root-ca.pem is the root ca cert)
@ -116,7 +116,7 @@ process, so monitor keystone units and wait for them to become idle.
Test
~~~~
Where /tmp/root-ca.pem is the root ca cert:
Where /tmp/root-ca.pem is the root CA cert:
.. code:: bash

View File

@ -16,5 +16,4 @@ OpenStack Charms Deployment Guide
config-openstack.rst
app.rst
* :ref:`genindex`
* :ref:`search`