mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
Helidon MP TLS Example
This examples shows how to configure server TLS using Helidon MP.
Note: This example uses self-signed server certificate!
Build and run
mvn package
java -jar target/helidon-examples-microprofile-tls.jar
Exercise the application
curl -k -X GET https://localhost:8080