-
Hi Philip, Is there a particular way to pass sensitive information such as key store passwords to the server examples you have implemented during runtime instead of having them in I used the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi Chamika, |
Beta Was this translation helpful? Give feedback.
Hi Chamika,
in general
AS4CryptoFactoryInMemoryKeyStore
is the tool of choice, to pass in "dynamic" keystore configurations.There are ways to do something similar for receiving, but it very much depends on the logic that you require for choosing the correct certificate. If you could briefly elaborate on that logic by which you want to choose certificates, I can make more specific suggestions