Show HN: TLS cert expiration dashboard
github.com
Show HN: TLS cert expiration dashboard
1–10 of 14 posts
Re: Show HN: TLS cert expiration dashboard
#2I use a node module to scrape the peer certificate info, and then dump it into a file that a web page picks up. It's not real-time, out of concern for too many people hitting or reloading the page and kicking off too many connection attempts at once.
An example is here: https://craine.gitlab.io/tls-dashboard/
Re: Show HN: TLS cert expiration dashboard
#3Re: Show HN: TLS cert expiration dashboard
#4Re: Show HN: TLS cert expiration dashboard
#5This is great. I've been meaning to find a way to keep track of TLS like this. Anything other ways to do this?
Keep an eye out for 'Show HN: Expiry alerts' this weekend.
Re: Show HN: TLS cert expiration dashboard
#6I know of an enterprise that paid for this feature: "warn me when my certs are about to expire."
Re: Show HN: TLS cert expiration dashboard
#7This is great. I've been meaning to find a way to keep track of TLS like this. Anything other ways to do this?
http://prefetch.net/articles/checkcertificate.html
Not as pretty, but gets the job done.
Re: Show HN: TLS cert expiration dashboard
#8Re: Show HN: TLS cert expiration dashboard
#9Well, start a company: https://www.venafi.com/ I know of an enterprise that paid for this feature: "warn me when my certs are about to expire."
Re: Show HN: TLS cert expiration dashboard
#10I would really appreciate if browsers could implement some kind of Javascript API for retrieving Cert information of the current page. (In my opinion it would make more sense than the Battery Status API [1]) [1] https://w3c.github.io/battery/