Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can cert just download the existing certificates? #3109

Closed
fastlanebot opened this issue Oct 13, 2015 · 2 comments
Closed

Can cert just download the existing certificates? #3109

fastlanebot opened this issue Oct 13, 2015 · 2 comments

Comments

@fastlanebot
Copy link

Original issue by @aloifolia - Imported from fastlane/cert#37

I am using fastlane on a new computer onto which I have not yet downloaded the existing 3 distribution certificates. Now I could do that by hand. However, I would rather have fastlane do the job for me, so that I can manage my certificates via the Member Center and just use the toolchain to achieve nice builds.

Is this possible? From what I have read so far I would guess that cert can only create new ones and then download these. But since it is able to detect the existing distribution certificates for my team...

Certificate ABC (myTeam) can't be found on your local computer
Certificate DEF (myTeam) can't be found on your local computer
Certificate GHI (myTeam) can't be found on your local computer
Couldn't find an existing certificate... creating a new one
Could not create another certificate, reached the maximum number of available certificates.

...I would guess that this is generally possible.

@fastlanebot
Copy link
Author

@KrauseFx commented

No it's not possible, since the private is stored only on your local computer. There is no way to fetch the private key from the Developer Portal, only the certificate.

@fastlanebot
Copy link
Author

@KrauseFx commented

I'll close this issue for now, feel free to re-open if you have any additional questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant