How to delete CA certificate from Truststore in webMethods8

hi,

Can any one please suggest how to delete certificates from truststore in webMethods8.

We can add the new cert by issuing the following command:-
keytool -import -v -keystore cacerts -file <cacert.der> -alias

Then we can remove the cert with the following command:-
$ keytool -delete -v -keystore cacerts -alias VMMYSNAWINXP

Hope this information help.

Thanks a lot