Managing certificates and provisioning profile

I am using the certificates installer step. The first variable name is $bitrise_certificate_url and it shows as pointing to the code signing files.
29
However, my code signing files have two distribution teams. Is it possible to point this variable to a specific certificate?

Hi @tbarak!

It’s unfortunately not possible, $BITRISE_CERTIFICATE_URL however is pointing to all of these, so if all necessary certificates are installed, you should be able to force / specify the code signing identity you want to be using later on in the build - depending on the platform and solution you’re using,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.