Skip to content

Commit

Permalink
Use the correct event type CertificateUpdatedEvent in TLS Registry re…
Browse files Browse the repository at this point in the history
…ference
  • Loading branch information
ppalaga committed Oct 16, 2024
1 parent 2c9a5ac commit 7f56ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/tls-registry-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ quarkus.tls.http.key-store.pem.0.cert=tls.crt
quarkus.tls.http.key-store.pem.0.key=tls.key
----

IMPORTANT: Impacted server and client may need to listen to the `CertificateReloadedEvent` to apply the new certificates.
IMPORTANT: Impacted server and client may need to listen to the `CertificateUpdatedEvent` to apply the new certificates.
This is automatically done for the Quarkus HTTP server, including the management interface if it is enabled.

ifndef::no-kubernetes-secrets-or-cert-manager[]
Expand Down

0 comments on commit 7f56ac6

Please sign in to comment.