deleteCert

Description

Deletes a certificate identified by the entry identified by keyname from the keystore.

Syntax

Command line:

deleteCert 
keyname

Ant build file:

<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/>
<target name="deleteCert" > <wst_antTask command="deleteCert"
keyname=”key” >

Examples

Example 1

This command deletes the certificate identified by testkey from the keystore:

wstkeytool deleteCert testkey