Debian 6, all libvirt packages are installed. The /etc/pki/ directory is missing. What package is responsible for it?

link|improve this question

69% accept rate
What are you using that needs this file? – thinice Dec 2 '11 at 23:19
libvirtd --listen 00:27:48.198: error : remoteCheckCertFile:278 : Cannot access CA certificate '/etc/pki/CA/cacert.pem': No such file or directory – user59178 Dec 2 '11 at 23:28
feedback

1 Answer

up vote 3 down vote accepted

Not sure on Debian, but on Amazon Linux (CentOS):

rpm -q --whatprovides /etc/pki/CA
openssl-1.0.0e-2.16.amzn1.x86_64
openssl-1.0.0e-2.16.amzn1.i686

You could also look into a package called 'ca-certificates'

Edit: Following up on your error from the command, it looks like you'll have to follow the steps here

link|improve this answer
openssl & ca-certificates are installed. – user59178 Dec 2 '11 at 23:27
I've edited my post with a link to the steps you should follow – thinice Dec 2 '11 at 23:36
Hope that works - you'll need to fill in the gaps – thinice Dec 2 '11 at 23:43
Thanks, tutorial helped! – user59178 Dec 3 '11 at 0:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.