rubypool / tips-errors-challenges

0 stars 0 forks source link

CURL/ RVM/ CA Certificates/GPG Key issues on linux server #5

Open upadhyay-ashish opened 9 years ago

upadhyay-ashish commented 9 years ago

Manual


zypper install ca-certificates

This step is required because the GPG servers aren't whitelisted on all intranets/vpn's

curl -#LO https://rvm.io/mpapis.asc gpg --import mpapis.asc

Standard : By @ektaverma1

https://github.com/rubypool/tips-errors-challenges/issues/3

upadhyay-ashish commented 9 years ago

Reference Issue : https://github.com/rvm/rvm/issues/3110