Skip to content

Commit

Permalink
Merge pull request #62507 from xenolinux/lets-encryptt
Browse files Browse the repository at this point in the history
OSDOCS#6927: Italicized Let's Encrypt
  • Loading branch information
skrthomas authored Jul 19, 2023
2 parents 44de050 + c6013cd commit 8efeb00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/cert-manager-acme-about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====
4 changes: 2 additions & 2 deletions modules/cert-manager-acme-http01.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
----
<1> Provide a name for the cluster issuer.
<2> Replace `<secret_private_key>` 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====
Expand Down

0 comments on commit 8efeb00

Please sign in to comment.