Hi,
UiPath online doc (https://docs.uipath.com/orchestrator/v2019/docs/msi-command-line-parameters) says the CERTIFICATE_SUBJECT command line parameter is the name of the ssl certificate or the “full computer name” by default. What does that mean exactly? Does it mean the certificate’s subject CN? What if I’m installing the certificate on “host1” and I have a SAN certificate whose subject CN is “host2”? Can I use the certificate’s thumbprint instead because that’d be unambiguous?
Thank you.