Would it be possible to retrieve the SSL thumbprint using powershell commands before starting the process on the command line?
A Microsoft reference on how to get an SSL thumbprint can be found here:
https://docs.microsoft.com/en-us/archive/blogs/tune_in_to_windows_intune/get-certificate-thumbprint-using-powershellBut to directly answer your question, you would either have to had use a wildcard certificate in your setup, which would allow for just a single thumbprint to be used for all Runtime Resources, or to not use TLS secured communications (not recommended).
Alternatively, you could look into starting your processes into Web Services as opposed to using the CLI, if that can satisfy your use case.
------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------