Skip to content

Commit d6f47c8

Browse files
authored
Merge pull request #1071 from wallrj/improved-docs-homepage
Improved the summary on the docs homepage
2 parents ec289b9 + 97f5bb2 commit d6f47c8

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

content/docs/README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
---
22
title: cert-manager
3-
description: cert-manager documentation homepage
3+
description: |
4+
cert-manager creates TLS certificates for workloads in your Kubernetes or OpenShift cluster and renews the certificates before they expire.
45
---
56

6-
cert-manager adds certificates and certificate issuers as resource types in
7-
Kubernetes clusters, and simplifies the process of obtaining, renewing and
8-
using those certificates.
7+
cert-manager creates TLS certificates for workloads in your Kubernetes or OpenShift cluster
8+
and renews the certificates before they expire.
99

10-
It can issue certificates from a variety of supported sources, including
11-
[Let's Encrypt](https://letsencrypt.org), [HashiCorp Vault](https://www.vaultproject.io),
12-
and [Venafi](https://www.venafi.com/) as well as private PKI.
10+
cert-manager can obtain certificates from a [variety of certificate authorities](configuration/issuers.md), including:
11+
[Let's Encrypt](configuration/acme/README.md), [HashiCorp Vault](configuration/vault.md),
12+
[Venafi](configuration/venafi.md) and [private PKI](configuration/ca.md).
1313

14-
It will ensure certificates are valid and up to date, and attempt to
15-
renew certificates at a configured time before expiry.
16-
17-
It is loosely based upon the work of
18-
[kube-lego](https://github.com/jetstack/kube-lego) and has borrowed some
19-
wisdom from other similar projects such as
20-
[kube-cert-manager](https://github.com/PalmStoneGames/kube-cert-manager).
14+
With cert-manager's [Certificate resource](usage/certificate.md), the private key and certificate are stored in a Kubernetes Secret
15+
which is mounted by an application Pod or used by an Ingress controller.
16+
With [csi-driver](usage/csi-driver.md), [csi-driver-spiffe](usage/csi-driver-spiffe.md), or [istio-csr](usage/istio-csr.md) ,
17+
the private key is generated on-demand, before the application starts up;
18+
the private key never leaves the node and it is not stored in a Kubernetes Secret.
2119

2220
![High level overview diagram explaining cert-manager architecture](/images/high-level-overview.svg)
2321

0 commit comments

Comments
 (0)