LU09.A01 HTTPS ermöglichen

Mit dem Cherry-Pick TODO

server.port=8443
server.ssl.enabled=true
server.ssl.key-store=classpath:keystore/keystore.p12
server.ssl.key-store-password=password
server.ssl.key-store-type=PKCS12
db.username=localuser
db.password=
jwt.secret=

http://localhost:8080/api/hello

https://localhost:8443/api/hello

curl -k -X POST "https://localhost:8443/projects" -H "Content-Type: application/json" -d '{"project_name":"Hobby_Horsing_Horgen","password":"geheim123"}'