GetCACerts

Description

Lists the CA (certification authority) certificates contained in the server.

Syntax

Command line:

GetCACerts 

Ant build file:

<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/>
<target name="GetCACerts" > <wst_antTask command="GetCACerts" >

Examples

Example 1

This command lists the CA certificates contained in the server:

wstkeytool GetCACerts

Ant build example:

<wst_antTask command="getcacerts" />