Hello,
Here is some initial information on this. If you had any further questions my recommendation would be to open a technical support track.
The application properties file for the server or the Java keystore for a client points to the keys. The https part of the URL will go fetch the keys from the keystore based on hostname
Like:
server.port=8443
server.ssl.key-store=classpath:keystore.jks
server.ssl.key-store-password=password
server.ssl.key-alias=selfsigned
-Juan
... View more