Skip to content

Commit

Permalink
Merge pull request #43879 from MichalMaler/Adding-additional-conditio…
Browse files Browse the repository at this point in the history
…nals-for-the-TLS-guide

Adding some additional conditionals for the TLS guide
  • Loading branch information
jmartisk authored Oct 16, 2024
2 parents 1c2b211 + 2ff9f1e commit 892d4a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/src/main/asciidoc/tls-registry-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ endif::no-reactive-routes[]
.

As a result, applications that use the TLS Registry can be ready to handle secure communications out of the box.
TLS Registry also provides features like automatic certificate reloading, Let's Encrypt (ACME) integration, Kubernetes Cert-Manager support, and compatibility with various keystore formats, such as PKCS12, PEM, and JKS.

TLS Registry also provides automatic certificate reloading
ifndef::no-lets-encrypt[]
, integration with Let's Encrypt (ACME)
endif::no-lets-encrypt[]
ifndef::no-kubernetes-secrets-or-cert-manager[]
, support for Kubernetes Cert-Manager,
endif::no-kubernetes-secrets-or-cert-manager[]
and compatibility with various keystore formats, such as PKCS12, PEM, and JKS.

[[using-the-tls-registry]]
== Using the TLS registry
Expand Down

0 comments on commit 892d4a3

Please sign in to comment.