
I've installed PA Desktop, and amongst others, it is running an https service (for me on port 4723). When I stop the 'UIFlowService' service, the https port is gone. For compliance reasons I need to change the certificate for this https service, because at the moment it is self-signed, and therefore untrusted. I've been able to find anything related to this, so my question is, how do I change the certificate this service is using?
Hello @RonaldL
After reading the following technical support document, I suspect that you can't replace the certificate that "UIFlowService" uses with the certificate you provided yourself.
Actions not available in Power Automate Desktop (microsoft.com)
At the last section of document above, you can find download links for requisite certificates. I understand those certificates were issued by "Microsoft Root Certifiate Authority 2011". I suppose they are used for code signing purpose, but I really don't know.
Does PAD's use of these certificates violate your organization's policies? Why don't you ask your IT department if you can use these certificates as they are?
Thank you.