GetOtherCerts

Description

Lists the other certificates (listed in the other certificates folder) contained in the server.

Syntax

Command line:

GetOtherCerts 

Ant build file:

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

Examples

Example 1

This command lists the other certificates contained in the server:

wstkeytool GetOtherCerts

Ant build example:

<wst_antTask command="getOthercerts" />