weizhouapache commented on issue #4659: URL: https://github.com/apache/cloudstack/issues/4659#issuecomment-781675256
> #key_file="/etc/pki/libvirt/private/serverkey.pem" > #cert_file="/etc/pki/libvirt/servercert.pem" > #ca_file="/etc/pki/CA/cacert.pem" @abdelouahabb you use centos ? you need to use 'libvirt' instead of 'libvirtd. The other lines should be same. the following lines should be uncommented. ``` #tls_port="16514" auth_tcp="none" auth_tls="none" #key_file="/etc/pki/libvirt/private/serverkey.pem" #cert_file="/etc/pki/libvirt/servercert.pem" #ca_file="/etc/pki/CA/cacert.pem" ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org