So I have an automation with an api call using http request activity.
This activity has to call a web service and the connection uses a .p12 certificate. The architecture in my company let me develop in my computer and then upload the process to orchestrator cause we use UiPath Cloud service not on premise.
So here is my question:
I can call in my computer to the web service because in the project in the data folder I stored the .p12 certificate and the password in the config file, but how do I set this to production? Should be the certificate an asset? If so how?