Error al instalar rvm en Ubuntu 12.04

Error al instalar rvm en Ubuntu 12.04

Estoy tomando un curso de desarrollo de aplicaciones web en Coursera que requiere que instale Ruby y Rails. Estoy siguiendo las instrucciones enhttps://class.coursera.org/webapplications-002/forum/thread?thread_id=51

Cuando ejecuto el comando sudo curl -L https://get.rvm.io | bash -s stable --ruby, aparece la siguiente respuesta de error:

       % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   184  100   184    0     0    988      0 --:--:-- --:--:-- --:--:--  1383
100 20758  100 20758    0     0  35274      0 --:--:-- --:--:-- --:--:-- 35274
Downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz
curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none

It looks like you have old certificates, you can read more about it here:
https://rvm.io/support/fixing-broken-ssl-certificates/

Downloading https://bitbucket.org/mpapis/rvm/get/stable.tar.gz
curl: (77) error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none

It looks like you have old certificates, you can read more about it here:
https://rvm.io/support/fixing-broken-ssl-certificates/

Al buscar este error en Google, parece que es específico de 12.04. Aún no he encontrado una solución. ¿Alguna sugerencia de cómo proceder? Como se puede deducir del hecho de que estoy tomando una clase introductoria en Coursera, soy completamente nuevo en las aplicaciones de servidor web.

¡Gracias de antemano!

información relacionada