OK, I think I know roughly what is going on. We use git, I check in my webapp project with all of the deploy files, there is no information that I can find that tells you specifically which ones are required for individuals to be able to connect to Azure
via the management APIs. So my colleague checks out of git. When he goes to deploy there is some config file in there that tells the Eclipse plugin that everything is fine and setup, including the certificate. So it fails because the certificate is not setup
on his PC.
So you think OK, let me export my certificate and he can import it. But the export does not allow export of the private key for Azure, so that is a dead end.
So next step, what does he delete from his checked out project so that the deploy wizard says, "oh I need to setup a ceritifcate for this guy to use". Anybody know which file he needs to delete to make the deploy wizard go through the process of setting
up his certificate and key?
Thx.
David