Page 1 of 1

Installing/updating ca-certificate [SOLVED]

Posted: 18 Nov 2014, 02:24
by igreka
Hi,

I am developing a rails app and need to do a ssl call to a remote api. Sadly I use the Faraday rest client which relies on openssl to authenticate. My issue is that the ca_path for openssl is /etc/ssl/certs/ and it is as dry as a Sahara well.

Can anyone show me how to update that folder and add the proper .cert bundle to it?

Thanks

Re: Installing/updating ca-certificate

Posted: 18 Nov 2014, 04:05
by donald
Hi
If you don't find them with usm, try this one

http://mirrors.slackware.com/slackware/ ... arch-1.txz

Re: Installing/updating ca-certificate

Posted: 18 Nov 2014, 23:28
by brokenman
What desktop are you using?

After grabbing the package mentioned above you want to manually update it from a terminal: update-ca-certificates

Re: Installing/updating ca-certificate

Posted: 06 Dec 2014, 22:23
by igreka
Sorry for the delay on answering to this but, as always, this is more than useful.

I install the ca-certificate bundle and use the update command as suggested by Brokerman.

BTW, I am using RazorQt as desktop.

Thanks again.