Note: This version of the VDT (1.11.0) is no longer supported. Feel free to look through the documentation and install it, but we cannot guarantee support for it. The current stable release is 2.0.0.

NAME

vdt-ca-certs-status - Print status information installed about CA certificates and CRLs

SYNOPSIS

    vdt-ca-certs-status [options] 
                --vdt-install <location>
                --certs-version
                --help

DESCRIPTION

This program is used to provide information about the installed CA Certificates and CRLs in a VDT install.

For this script to work correctly, either the $VDT_LOCATION environment variable must be set, or --vdt-location must be supplied on the command line.

OPTIONS

--vdt-location <location>
The location the VDT was installed in. This option overrides the $VDT_LOCATION environment variable if it exists. This option is not needed if $VDT_LOCATION is set to the correct location.
--certs-version
Prints only the certificate version, and exits. This option is provided to get this information from within a script with minimal parsing. If the certs version is unknown for any reason, this script prints an error and exits with exit code 1.
--help
Show brief explanatory text for using vdt-ca-certs-status