On 2013-05-23 17:47:13 +0200 (+0200), Hans-Joachim Knobloch wrote: [...] > Maybe I would even start a project to develop such a tool. But why start > coding if there already is a >=80% solution to the problem? Hence my > request. [...]
Did this for years with Nagios (formerly Netsaint), using the check_ssl_cert plugin. Technically speaking Nagios plugins are just simple command-line utilities, so you could call that plugin with the appropriate command-line options from a cron job, rely on cron to E-mail you the output on warning/critical condition. Of course it doesn't have any built-in scanning or automatic discovery of contact addresses from the cert material, but for >=80% of use cases none of that is necessary. http://exchange.nagios.org/directory/Plugins/Network-Protocols/HTTP/check_ssl_cert/details -- { PGP( 48F9961143495829 ); FINGER( [email protected] ); WWW( http://fungi.yuggoth.org/ ); IRC( [email protected]#ccl ); WHOIS( STANL3-ARIN ); MUD( [email protected]:6669 ); } _______________________________________________ cryptography mailing list [email protected] http://lists.randombit.net/mailman/listinfo/cryptography
