source: branches/locker-dev/locker/sbin/ssl-get-endtime @ 2783

Last change on this file since 2783 was 1847, checked in by adehnert, 13 years ago
Merge changes from master
  • Property svn:executable set to *
File size: 93 bytes
RevLine 
[1569]1#!/bin/sh
2
3echo '' | openssl s_client -connect $1 2>/dev/null | openssl x509 -enddate -noout
Note: See TracBrowser for help on using the repository browser.