Address review feedback

This commit is contained in:
James Munnelly 2018-06-15 14:06:21 +01:00
parent 00e558a9e7
commit e40f515fd4
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ currently supported Issuer types are:
+-----------------------------------------------+----------------------------------------------------------------------+
| :doc:`Vault <issuers/vault/index>` | Supports issuing certificates using HashiCorp Vault. |
+-----------------------------------------------+----------------------------------------------------------------------+
| :doc:`Self signed <issuers/selfsigned/index>` | Supports issuing self signed Certificates |
| :doc:`Self signed <issuers/selfsigned/index>` | Supports issuing self signed certificates |
+-----------------------------------------------+----------------------------------------------------------------------+

View File

@ -28,7 +28,7 @@ created with a resource like so:
The presence of the ``selfSigned: {}`` line is enough to indicate that this Issuer
is of type 'self signed'.
Once created, you should be able to Issue certificates like normal by
Once created, you should be able to issue certificates like usual by
referencing the newly created Issuer in your ``issuerRef``:
.. code-block:: yaml