Hello everyone. I have following setup. While this works fine for a keystore with just one keypair inside, it does not when my keystore has multiple values. I dont find a way to configure, which alias to choose. I already wanted to create a Merge Request for it but I cant build it. So question first here: Is there currently really no way to configure the alias to choose from a keystore? Actually keystores are used to store multiple keys, arent they?
wireMockConfig()
.[...]
.keystorePath(<somePath>)
.keystoreType(KEYSTORE_TYPE)
.keystorePassword(KEYSTORE_PASSWORD)