Storing Keystore in KVM

Hi APIGeeks,

Is there a way to store the following via KVM:

<HTTPTargetConnection>
        <SSLInfo> <Enabled>true</Enabled>
            <ClientAuthEnabled>true</ClientAuthEnabled>
            <KeyStore>ref://{KVM Value}</KeyStore>
            <KeyAlias>{Keyalias Value}</KeyAlias>
        </SSLInfo>
        <URL>https://{KVM-Value}</URL>
    </HTTPTargetConnection>

If I do this, the URL values works, but I cannot set it for KeyStore or KeyAlias. When I try to to set it for KeyStore/KeyAlias I am unable to deploy.

Is this possible? If so, how can I make this work?

0 3 281
3 REPLIES 3

It's not possible. I'd like to understand your scenario. Why would you want dynamic referencies to keystores? Are you going to authenticate using multiple certs with different Common Names?

You could achieve fully dynamic values for the Keys (tls module) and the URL in a NodeJS app.

No, you cannot do that.