From c6013cd96ef98cccb353f4eef37a487301c5ede7 Mon Sep 17 00:00:00 2001 From: Servesha Dudhgaonkar Date: Tue, 18 Jul 2023 18:33:51 +0530 Subject: [PATCH] OSDOCS#6927: Italicized Let's Encrypt --- modules/cert-manager-acme-about.adoc | 2 +- modules/cert-manager-acme-http01.adoc | 4 ++-- .../cert-manager-operator-issuer-acme.adoc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cert-manager-acme-about.adoc b/modules/cert-manager-acme-about.adoc index 3a3d0f25db2b..e6c3f934e305 100644 --- a/modules/cert-manager-acme-about.adoc +++ b/modules/cert-manager-acme-about.adoc @@ -10,5 +10,5 @@ The ACME issuer type for the {cert-manager-operator} represents an Automated Cer [NOTE] ==== -Private DNS zones are not supported with Let’s Encrypt and internet ACME servers. +Private DNS zones are not supported with _Let’s Encrypt_ and internet ACME servers. ==== \ No newline at end of file diff --git a/modules/cert-manager-acme-http01.adoc b/modules/cert-manager-acme-http01.adoc index 40fde7e20a8c..4aee84d177ca 100644 --- a/modules/cert-manager-acme-http01.adoc +++ b/modules/cert-manager-acme-http01.adoc @@ -6,7 +6,7 @@ [id="cert-manager-acme-http01_{context}"] = Configuring an ACME issuer to solve HTTP-01 challenges -You can use {cert-manager-operator} to set up an ACME issuer to solve HTTP-01 challenges. This procedure uses Let's Encrypt as the ACME CA server. +You can use {cert-manager-operator} to set up an ACME issuer to solve HTTP-01 challenges. This procedure uses _Let's Encrypt_ as the ACME CA server. .Prerequisites @@ -39,7 +39,7 @@ spec: ---- <1> Provide a name for the cluster issuer. <2> Replace `` with the name of secret to store the ACME account private key in. -<3> Specify the URL to access the ACME server's `directory` endpoint. This example uses the Let's Encrypt staging environment. +<3> Specify the URL to access the ACME server's `directory` endpoint. This example uses the _Let's Encrypt_ staging environment. <4> Specify the Ingress class. .. Create the `ClusterIssuer` object by running the following command: diff --git a/security/cert_manager_operator/cert-manager-operator-issuer-acme.adoc b/security/cert_manager_operator/cert-manager-operator-issuer-acme.adoc index 65f1437ecf74..15adb38ae0df 100644 --- a/security/cert_manager_operator/cert-manager-operator-issuer-acme.adoc +++ b/security/cert_manager_operator/cert-manager-operator-issuer-acme.adoc @@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] -The {cert-manager-operator} supports using Automated Certificate Management Environment (ACME) CA servers, such as Let's Encrypt, to issue certificates. Explicit credentials are configured by specifying the secret details in the `Issuer` API object. Ambient credentials are extracted from the environment, metadata services, or local files which are not explicitly configured in the `Issuer` API object. +The {cert-manager-operator} supports using Automated Certificate Management Environment (ACME) CA servers, such as _Let's Encrypt_, to issue certificates. Explicit credentials are configured by specifying the secret details in the `Issuer` API object. Ambient credentials are extracted from the environment, metadata services, or local files which are not explicitly configured in the `Issuer` API object. [NOTE] ====