Add short sentence for each issuer type

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-01-30 15:06:32 +00:00
parent 3f3bff835c
commit 753e45eb26

View File

@ -36,9 +36,11 @@ types you require:
* :doc:`CA <./setup-ca>` - issue certificates signed by a X509 signing keypair,
stored in a Secret in the Kubernetes API server.
* :doc:`Self signed <./setup-selfsigned>` -
* :doc:`ACME <./setup-acme>` -
* :doc:`Vault <./setup-vault>`-
* :doc:`Self signed <./setup-selfsigned>` - issue self signed certificates.
* :doc:`ACME <./setup-acme>` - issue certificates obtained by performing
challenge validations against an ACME server such as `Let's Encrypt`_.
* :doc:`Vault <./setup-vault>`- issue certificates from a Vault instance
configured with the `Vault PKI backend`_.
Additional information
======================
@ -72,3 +74,4 @@ Certificate resources.
setup-vault
.. _`Let's Encrypt`: https://letsencrypt.org
.. _`Vault PKI backend`: https://www.vaultproject.io/docs/secrets/pki/index.html