error: Cannot access CA certificate '/etc/pki/CA/cacert.pem': No such file or directory
Don't let this error message confuse you. Setting up certificates as
- described on the `remote transport
- mechanism <remote.html#Remote_certificates>`__ page does not help, as this is
- not a certificate related problem.
+ described on the `tls certificates <kbase/tlscerts.html>`__ page does not
+ help, as this is not a certificate related problem.
To fix this problem you need to update your libvirt to 0.7.0 or newer. You
may also see this error when you use a libvirt version that contains the ESX
#
# This shell script checks the TLS certificates and options needed
# for the secure client/server support of libvirt as documented at
-# https://libvirt.org/remote.html#Remote_certificates
+# https://libvirt.org/kbase/tlscerts.html
#
# Copyright (C) 2009-2013 Red Hat, Inc.
#
then
echo the CA certificate $CA/cacert.pem is missing while it
echo should be installed on both client and servers
- echo "see https://libvirt.org/remote.html#Remote_TLS_CA"
+ echo "see https://libvirt.org/kbase/tlscerts.html#setting-up-a-certificate-authority-ca"
echo on how to install it
exit 1
fi
then
echo the CA certificate $CA/cacert.pem does not define the organization
echo it should probably regenerated
- echo "see https://libvirt.org/remote.html#Remote_TLS_CA"
+ echo "see https://libvirt.org/kbase/tlscerts.html#setting-up-a-certificate-authority-ca"
echo on how to regenerate it
exit 1
fi
else
echo Did not find "$LIBVIRT/clientcert.pem" client certificate
echo The machine cannot act as a client
- echo "see https://libvirt.org/remote.html#Remote_TLS_client_certificates"
+ echo "see https://libvirt.org/kbase/tlscerts.html#issuing-client-certificates"
echo on how to regenerate it
CLIENT=0
fi
else
echo Did not find $LIBVIRT/servercert.pem server certificate
echo The machine cannot act as a server
- echo "see https://libvirt.org/remote.html#Remote_TLS_server_certificates"
+ echo "see https://libvirt.org/kbase/tlscerts.html#issuing-server-certificates"
echo on how to regenerate it
SERVER=0
fi