Skip to content

Commit 161c58c

Browse files
authored
Merge pull request quarkusio#47639 from geoand/quarkusio#47636
Add REST Client to the list of extension supporting certificate reload
2 parents 74d7d69 + 64cf901 commit 161c58c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/main/asciidoc/tls-registry-reference.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,8 @@ quarkus.tls.http.key-store.pem.0.key=tls.key
849849
[IMPORTANT]
850850
====
851851
Impacted servers and clients may need to listen to the `CertificateUpdatedEvent` to apply the new certificates.
852-
This is automatically done for the Quarkus HTTP server, such as the Quarkus REST server, gRPC server, and WebSocket server, as well as the management interface if it is enabled.
852+
This is automatically done for the Quarkus HTTP server, as well as the Quarkus REST server, gRPC server, and WebSocket server, as well as the management interface if it is enabled.
853+
On the client side, Quarkus REST Client automatically handles certificate update events.
853854
====
854855

855856
NOTE: In Quarkus dev mode, when files are touched, it will trigger the `CertificateUpdatedEvent` much more frequently.

0 commit comments

Comments
 (0)