]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: support validating user/custom PKI certs
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 7 Jun 2024 10:30:35 +0000 (11:30 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 11 Jun 2024 11:50:23 +0000 (12:50 +0100)
commitacb26f22a19f80caec6a2d3cdfd4ad49744ea968
treec164440323eb669dbdb6609a7ee4da76d029063c
parent8e97fd418195a9a510e54010a015169fbed280ae
tools: support validating user/custom PKI certs

The virt-pki-validate command can validate the system certificate
directories. The remote driver, however, also supports a standard
per-user certs location, as well as a runtime custom path. This
extends the validation tool to be able to cope with these alternate
locations too.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/manpages/virt-pki-validate.rst
tools/virt-pki-validate.c