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

Rake install issue with private ey #65

Closed
dinosn opened this issue May 14, 2014 · 1 comment
Closed

Rake install issue with private ey #65

dinosn opened this issue May 14, 2014 · 1 comment

Comments

@dinosn
Copy link

dinosn commented May 14, 2014

Hi, whilst trying to run a rake install I'm having the error below,

~/codesake-dawn# rake install
rake aborted!
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory - /root/.ssh/paolo_at_codesake_dot_com-private_key.pem
/usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:134:in sh' /usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:44:inbuild_gem'
/usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:54:in install_gem' /usr/local/rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/gem_helper.rb:33:inblock in install'
Tasks: TOP => install
(See full trace by running task with --trace)

The key is defined at codesake-dawn.gemspec

gem.cert_chain = ['certs/paolo_at_codesake_dot_com.pem']
gem.signing_key = File.expand_path("/.ssh/paolo_at_codesake_dot_com-private_key.pem") if $0 = /gem\z/

@thesp0nge
Copy link
Owner

Hi @dinosn, sorry but this is not an error, simply you don't have certificate private key for gem signing. This makes perfectly sense to me.

What are you trying to do?

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

No branches or pull requests

2 participants