pschlan / cron-job.org

cron-job.org Open Source project
GNU General Public License v2.0
1.45k stars 251 forks source link

Capture TLS certificate details / expiration date #257

Open pschlan opened 1 month ago

pschlan commented 1 month ago

This would be useful to show in the console, also we could use it to send notifications / alerts about expiring or changed certificates.

scienmanas commented 2 weeks ago

Maybe I will like to work on this seems do able for me. Can you please assign it to me, definitely would like to give it a try

pschlan commented 1 week ago

@scienmanas Sounds good! I think the first challenge is to find a way to retrieve this date from libcurl. It might be a good first step.

scienmanas commented 1 week ago

Sure, will notify you after doing the first challenge.

scienmanas commented 4 days ago

Actually my exams are going on in my university. In this coming week, we can have further discussion.

pschlan commented 3 days ago

No worries, good luck!

scienmanas commented 1 day ago

Its working with curl command in linux terminal, I am able to get the start, expiry and issuer details of the certificate and its giving correct information. So we need to create a component and an api for it and that should work, we will be good to go with this feature.