GetUserCerts

Description

Lists the user certificates (listed in the User folder) contained in the server.

Syntax

Command line:

GetUserCerts 

Ant build file:

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

Examples

Example 1

This command lists the user certificates contained in the server:

wstkeytool GetUserCerts

Ant build example:

<wst_antTask command="getusercerts" />