How to check expiration dates of SSL certificates loaded in java context

I want to make a REST web service that checks the expiration of an SSL certificate when starting my java application. Is it possible to check the validity period of a certificate loaded into the application context at runtime?

thank

+4
source share

Source: https://habr.com/ru/post/1666926/


All Articles