Skip to content

Commit

Permalink
Update docs/modules/secret-operator/pages/cert-manager.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
  • Loading branch information
nightkr and NickLarsenNZ authored Jul 22, 2024
1 parent 62f1892 commit fa708e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/secret-operator/pages/cert-manager.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Where possible, we recommend using the xref:secretclass.adoc#backend-autotls[`au

NOTE: We recommend using the xref:secretclass.adoc#backend-autotls[`autoTls` backend] instead for self-signed PKIs. We use Cert-Manager's CA issuer here to show the broader concepts.

To do this, we'll first need to teach Cert-Manager how we want it to create our certificates.
To do this, you will first need to teach Cert-Manager how to create your certificates.

In a production setup this will likely use an external CA such as ACME or OpenBao/Vault. However, to make this guide self-contained we will let Cert-Manager create
In a production setup this will likely use an external CA such as ACME or OpenBao/Vault. However, to make this guide self-contained, Cert-Manager will create
a self-signed CA certificate instead.

[source,yaml]
Expand Down

0 comments on commit fa708e5

Please sign in to comment.