mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
When first writing the manpage in commit3decd4f9f1
Author: Daniel P. Berrangé <berrange@redhat.com> Date: Wed Sep 16 14:42:57 2009 +0100 Make pki_check.sh into an installed & supported tool I incorrectly credited Richard, instead of Daniel, who was the author per commit62442d578d
Author: Daniel Veillard <veillard@redhat.com> Date: Thu Jul 12 15:47:19 2007 +0000 * docs/libvir.html docs/remote.html: update the remote page, add an index * docs/pki_check.sh: shell script to check the PKI and client/server environment. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
90 lines
1.7 KiB
ReStructuredText
90 lines
1.7 KiB
ReStructuredText
=================
|
|
virt-pki-validate
|
|
=================
|
|
|
|
---------------------------------------------------
|
|
validate libvirt PKI files are configured correctly
|
|
---------------------------------------------------
|
|
|
|
:Manual section: 1
|
|
:Manual group: Virtualization Support
|
|
|
|
.. contents::
|
|
|
|
SYNOPSIS
|
|
========
|
|
|
|
|
|
``virt-pki-validate`` [*OPTION*]
|
|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
This tool validates that the necessary PKI files are configured for
|
|
a secure libvirt server or client using the TLS encryption protocol.
|
|
It will report any missing certificate or key files on the host. It
|
|
should be run as root to ensure it can read all the necessary files
|
|
|
|
|
|
OPTIONS
|
|
=======
|
|
|
|
``-h``, ``--help``
|
|
|
|
Display command line help usage then exit.
|
|
|
|
``-V``, ``--version``
|
|
|
|
Display version information then exit.
|
|
|
|
EXIT STATUS
|
|
===========
|
|
|
|
Upon successful validation, an exit status of 0 will be set. Upon
|
|
failure a non-zero status will be set.
|
|
|
|
|
|
AUTHOR
|
|
======
|
|
|
|
Daniel Veillard
|
|
|
|
|
|
BUGS
|
|
====
|
|
|
|
Please report all bugs you discover. This should be done via either:
|
|
|
|
#. the mailing list
|
|
|
|
`https://libvirt.org/contact.html <https://libvirt.org/contact.html>`_
|
|
|
|
#. the bug tracker
|
|
|
|
`https://libvirt.org/bugs.html <https://libvirt.org/bugs.html>`_
|
|
|
|
Alternatively, you may report bugs to your software distributor / vendor.
|
|
|
|
|
|
COPYRIGHT
|
|
=========
|
|
|
|
Copyright (C) 2006-2012 by Red Hat, Inc.
|
|
|
|
|
|
LICENSE
|
|
=======
|
|
|
|
``virt-pki-validate`` is distributed under the terms of the GNU GPL v2+.
|
|
This is free software; see the source for copying conditions. There
|
|
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
PURPOSE
|
|
|
|
|
|
SEE ALSO
|
|
========
|
|
|
|
virsh(1), `online PKI setup instructions <https://libvirt.org/remote.html>`_,
|
|
`https://libvirt.org/ <https://libvirt.org/>`_
|