Read the SSL key value

Hi :grinning:
i have succeeded to connect keycloak to ldap over ssl
I have add the spi to standalone.xml file as can be seen below
In the spi property I had provided the path of truststore file
But my problem is to read the ssl key value from databse not from a truststore file
can I change the property to get the ssl key value from other database not from a keystore file ?

<!spi name=“truststore”>
<!provider name=“file” enabled=“true”>
<!properties>
<!property name=“file” value="/opt/jboss/keycloak/standalone/configuration/xxx.keystore" />
<!property name=“password” value=“xxx” />
<!property name=“hostname-verification-policy” value=“WILDCARD”/>
<!property name=“disabled” value=“false”/>
<!/properties>
<!/provider>
<!/spi>"