I have one old certificate and one new certificate in my keystore hence i want to remove the old cert by using the wsadmin script and also import the new one using wsadmin script.
i have listed the cert using this command -
Command to List certs - AdminTask.listPersonalCertificate('[-keystorename <test_store> -keystorescope <test_scope>')
i received complete output and also i want to compare the certs using the validity so that i will remove the old cert only.
Thanks