Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tls: fix typo, use clientCertSearchPath for clientcert.pem (#940)
`clientcert.pem` is located in `/etc/pki/libvirt/clientcert.pem` as per https://www.libvirt.org/tlscerts.html Fixes ```go level=error msg="Error: failed to dial libvirt: can't locate resource 'clientcert.pem' in [/home/kni/.pki/libvirt /etc/pki/libvirt/private]: file does not exist" ```
- Loading branch information