Address review feedback
This commit is contained in:
parent
00e558a9e7
commit
e40f515fd4
@ -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 |
|
||||
+-----------------------------------------------+----------------------------------------------------------------------+
|
||||
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user