Dynamically Generated Value for ClientCertificates?

0
Part of my development involves connecting to a different database. I have a different configuration set up to handle this. I am trying to get the `value` field to either use a relative filepath or parse command line to dynamically find the name of this filepath. See below     File is located in H:…   My first attempt I tried to use relative filepath such as `./file` or `file`. It did not work.   It would only work if I provided the absolute filepath but this would only work for my local development enviroment and it would break on other developer’s machines.   This is what I want to do, accomplished using Windows CLI: $echo %cd%’/file/’   Is this possible?
asked
0 answers