From 6d5007ca17cf0146ac401ea48de582ea2d5f0022 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:55:17 +0200 Subject: [PATCH 1/2] rename the Configuration and usage top-level menu items Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- content/docs/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/manifest.json b/content/docs/manifest.json index 362e0f3d4d..b87e4703f8 100644 --- a/content/docs/manifest.json +++ b/content/docs/manifest.json @@ -195,7 +195,7 @@ ] }, { - "title": "Configuration", + "title": "Configuring Issuers", "routes": [ { "title": "Introduction", @@ -291,7 +291,7 @@ ] }, { - "title": "Usage", + "title": "Requesting Certificates", "routes": [ { "title": "Introduction", From 10c7a76f18d74ce9d5dddd6550f0b572866b5a76 Mon Sep 17 00:00:00 2001 From: Tim Ramlot <42113979+inteon@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:37:19 +0200 Subject: [PATCH 2/2] rename 'Issuing Certificates' to 'Requesting Certificates' Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> --- content/docs/configuration/venafi.md | 4 ++-- content/docs/tutorials/venafi/venafi.md | 2 +- content/docs/usage/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/configuration/venafi.md b/content/docs/configuration/venafi.md index f6f692cb72..29cbbd04c7 100644 --- a/content/docs/configuration/venafi.md +++ b/content/docs/configuration/venafi.md @@ -100,7 +100,7 @@ vaas-issuer True Venafi issuer started 2m You are now ready to issue certificates using the newly provisioned Venafi `Issuer` and Venafi as a Service. -Read the [Issuing Certificates](../usage/certificate.md) document for +Read the [Requesting Certificates](../usage/certificate.md) document for more information on how to create Certificate resources. @@ -256,7 +256,7 @@ $ kubectl describe issuer tpp-issuer --namespace='NAMESPACE OF YOUR ISSUER RESOU You are now ready to issue certificates using the newly provisioned Venafi `Issuer` and Trust Protection Platform. -Read the [Issuing Certificates](../usage/certificate.md) document for +Read the [Requesting Certificates](../usage/certificate.md) document for more information on how to create Certificate resources. ## Issuer specific annotations diff --git a/content/docs/tutorials/venafi/venafi.md b/content/docs/tutorials/venafi/venafi.md index fd7f9dddea..d1a83964b9 100644 --- a/content/docs/tutorials/venafi/venafi.md +++ b/content/docs/tutorials/venafi/venafi.md @@ -384,7 +384,7 @@ correctly, we can begin requesting certificates which can be used by Kubernetes applications. Full information on how to specify and request Certificate resources can be -found in the [Issuing certificates](../../usage/certificate.md) guide. +found in the [Requesting Certificates](../../usage/certificate.md) guide. For now, we will create a basic X.509 Certificate that is valid for our domain, `example.com`: diff --git a/content/docs/usage/README.md b/content/docs/usage/README.md index b0d93801a9..f02af619dc 100644 --- a/content/docs/usage/README.md +++ b/content/docs/usage/README.md @@ -1,5 +1,5 @@ --- -title: Issuing Certificates +title: Requesting Certificates description: 'cert-manager usage: Overview' ---