Skip to content

Commit 8efeb00

Browse files
authored
Merge pull request #62507 from xenolinux/lets-encryptt
OSDOCS#6927: Italicized Let's Encrypt
2 parents 44de050 + c6013cd commit 8efeb00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/cert-manager-acme-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The ACME issuer type for the {cert-manager-operator} represents an Automated Cer
1010

1111
[NOTE]
1212
====
13-
Private DNS zones are not supported with Let’s Encrypt and internet ACME servers.
13+
Private DNS zones are not supported with _Let’s Encrypt_ and internet ACME servers.
1414
====

modules/cert-manager-acme-http01.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="cert-manager-acme-http01_{context}"]
77
= Configuring an ACME issuer to solve HTTP-01 challenges
88

9-
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.
9+
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.
1010

1111
.Prerequisites
1212

@@ -39,7 +39,7 @@ spec:
3939
----
4040
<1> Provide a name for the cluster issuer.
4141
<2> Replace `<secret_private_key>` with the name of secret to store the ACME account private key in.
42-
<3> Specify the URL to access the ACME server's `directory` endpoint. This example uses the Let's Encrypt staging environment.
42+
<3> Specify the URL to access the ACME server's `directory` endpoint. This example uses the _Let's Encrypt_ staging environment.
4343
<4> Specify the Ingress class.
4444

4545
.. Create the `ClusterIssuer` object by running the following command:

security/cert_manager_operator/cert-manager-operator-issuer-acme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
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.
9+
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.
1010

1111
[NOTE]
1212
====

0 commit comments

Comments
 (0)