Skip to content

Commit bd2a79b

Browse files
committed
Move usage related summary below the configuration related summary
Signed-off-by: Richard Wall <[email protected]>
1 parent 6a8b228 commit bd2a79b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

content/docs/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ description: |
77

88
cert-manager creates TLS certificates for workloads in your Kubernetes or OpenShift cluster
99
and renews the certificates before they expire.
10-
The private key and certificate are stored in Kubernetes Secrets and used by applications or ingress controllers.
1110

12-
With the [csi-driver](projects/csi-driver.md), [csi-driver-spiffe](projects/csi-driver-spiffe.md), or [istio-csr](projects/istio-csr.md) addons,
13-
the private key is generated on-demand, before the application starts up;
14-
the private key never leaves the node and it is not stored a Kubernetes Secret.
15-
16-
cert-manager can obtain certificates from a variety of certificate authorities, including:
11+
cert-manager can obtain certificates from a [variety of certificate authorities](configuration/issuers.md), including:
1712
[Let's Encrypt](configuration/acme/README.md), [HashiCorp Vault](configuration/vault.md),
1813
[Venafi](configuration/venafi.md) and [private PKI](configuration/ca.md).
1914

15+
With cert-manager's [Certificate resource](usage/certificate.md), the private key and certificate are stored in a Kubernetes Secret
16+
which is mounted by an application Pod or used by an Ingress controller.
17+
With [csi-driver](usage/csi-driver.md), [csi-driver-spiffe](usage/csi-driver-spiffe.md), or [istio-csr](usage/istio-csr.md) ,
18+
the private key is generated on-demand, before the application starts up;
19+
the private key never leaves the node and it is not stored a Kubernetes Secret.
20+
2021
![High level overview diagram explaining cert-manager architecture](/images/high-level-overview.svg)
2122

2223
This website provides the full technical documentation for the project, and can be

0 commit comments

Comments
 (0)