Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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