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