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

Unable to upload .p12 certificate from local Mac to remote parse on AWS ec2 - bitnami #5708

Closed
HudiDev opened this issue Jun 20, 2019 · 0 comments

Comments

@HudiDev
Copy link

HudiDev commented Jun 20, 2019

I am well aware of how to upload .p12 cert for iOS push notifications - via Heroku or Back4App.
However my Parse server is hosted on AWS ec2 instance with Bitnami image.
Hence I can only interact with my server via my Terminal.
I tried uploading the PFX (.p12) from my local machine via scp something like this:
scp -i /Path/To/My/Certificates.p12 ubuntu@server_ip: /home
but I am receiving the following error in Terminal:
Load key "/Path/To/My/Certificates.p12": invalid format ubuntu@server_ip: Permission denied (publickey).

There is unfortunately poor documentation regarding how to upload p12 files without GUI's like Back4App/Heroku. So I would be very glad if someone could assist me on this matter.

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

No branches or pull requests

1 participant