Is it possible to check any X509 Certificate if it is revoked or not? Actually, I made a Java application that just gets a regular https link and outputs the X509 certificate. I want to add a service in my application that check if this certificate has been revoked or not?
Is there a tutorial or a simple code to start with that can guide me to do that.
Thank you in advance