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

README needs a correction about generating the pem #6

Open
benbonnet opened this issue Sep 18, 2016 · 0 comments
Open

README needs a correction about generating the pem #6

benbonnet opened this issue Sep 18, 2016 · 0 comments

Comments

@benbonnet
Copy link

benbonnet commented Sep 18, 2016

not sure if I did some wrong somewhere or if there is an obvious thing to know in order to correct it, but I could not have the example working with how you tell to build the .pem file. That said, your online example you provide does not work; it might be the reason

Instead, it did worked with the command line google tells you to run ( here https://cloud.google.com/storage/docs/authentication on the "Converting the service account credential to other formats" part) :

$ cat /path/to/xxxx-privatekey.p12 | openssl pkcs12 -nodes -nocerts -passin pass:notasecret | openssl rsa > /path/to/secret.pem

Thanks for this package, put me on the path

Best regards

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