Is there a way to get when an SSL certificate expires using Pyton?

I'm building a site that monitors the status of other websites using Django and want to keep track of when the SSL certificate of the other websites expire.

Does anyone know any way to do this?

Back to Top