From e40f515fd41f15f22feeffdff39b8354ba600de0 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 15 Jun 2018 14:06:21 +0100 Subject: [PATCH] Address review feedback --- docs/reference/issuers.rst | 2 +- docs/reference/issuers/selfsigned/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/issuers.rst b/docs/reference/issuers.rst index da54446fb..aca47c9f5 100644 --- a/docs/reference/issuers.rst +++ b/docs/reference/issuers.rst @@ -128,7 +128,7 @@ currently supported Issuer types are: +-----------------------------------------------+----------------------------------------------------------------------+ | :doc:`Vault ` | Supports issuing certificates using HashiCorp Vault. | +-----------------------------------------------+----------------------------------------------------------------------+ -| :doc:`Self signed ` | Supports issuing self signed Certificates | +| :doc:`Self signed ` | Supports issuing self signed certificates | +-----------------------------------------------+----------------------------------------------------------------------+ diff --git a/docs/reference/issuers/selfsigned/index.rst b/docs/reference/issuers/selfsigned/index.rst index 0141af805..2bc8e9a46 100644 --- a/docs/reference/issuers/selfsigned/index.rst +++ b/docs/reference/issuers/selfsigned/index.rst @@ -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