I have web application, which is expired and renewed the same certificate and signed some part. Can it work?
Suppose I have a.jar, b.jar and c.jar in my WEB-INF\lib and all jars have same package. Those are signed with certificate C1. Now certificate (C1) is renewed and only c.jar is signed with renewed certificate. Can this work in web application?
Or how to renew certificate to work above case?