Description Retrieve the Certificate Revocation List (CRL) from various distribution points and displays it for the user. The command comes in three flavors:
vpn crlview -obj <MyCA> -cert <MyCert>
. The VPN daemon contacts the Certificate Authority called MyCA and locates the certificate called MyCert. The VPN daemon extracts the certificate distribution point from the certificate then goes to the distribution point, which might be an LDAP or HTTP server. From the distribution point, the VPN daemon retrieves the CRL and displays it to the standard output.vpn crlview -f d:\temp\MyCert
. The VPN daemon extracts the certificate distribution point from the certificate, goes to the distribution point, retrieves the CRL, and displays the CRL to the standard output.vpn crlview -view <lastest_CRL>
. If the CRL has already been retrieved, this command instructs the VPN daemon to display the contents to the standard output.Syntax
> vpn crlview -obj <object name> -cert <certificate name>
> vpn crlview -f <filename>
> vpn crlview -view
Parameter |
Description |
---|---|
|
|
|
Refers to the filename of the certificate |
|
Views the CRL |
|
Debug option |
Return Value 0 for success; any other value equals failure.