Edit launcher/config/org.apache.cxf.http.jetty-main.cfg
. Add the following.
For a keystore:
tlsServerParameters.keyManagers.keyPassword=<key store password>
tlsServerParameters.keyManagers.keyStore.file=<path to the keystore file>
tlsServerParameters.keyManagers.keyStore.type=either JKS or PKCS12 depending on the type of store created
tlsServerParameters.keyManagers.keyStore.password=<key store password>
For a truststore:
tlsServerParameters.trustManagers.keyStore.file=<path to the truststore file>
tlsServerParameters.trustManagers.keyStore.type=either JKS or PKCS12 depending on the type of store created
tlsServerParameters.trustManagers.keyStore.password=<trust store password>
tlsServerParameters.clientAuthentication.required=true