问题 Is there any example/tutorial to build and configure TLS-secured restful service using quarkus.io? Unfortunately I can not find one neither at quarkus documentation, no here. 回答1: It is indeed supported by our Undertow extension but, unfortunately, not documented. You can define things like the following: quarkus.http.ssl.certificate.file=... quarkus.http.ssl.certificate.key-file=... ... in your application.properties. The config entry point is ServerSslConfig (see https://github.com