Changes between Initial Version and Version 1 of ESGF-Security/OpenSSLInESGFSheet
- Timestamp:
- Oct 31, 2014 2:00:14 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGF-Security/OpenSSLInESGFSheet
v1 v1 1 Get the certificate of a data node and return its expired dates 2 {{{ 3 #!sh 4 $ openssl s_client -connect pcmdi7.llnl.gov:443 </dev/null 2>/dev/null|openssl x509 -noout -dates 5 notBefore=Oct 16 00:00:00 2013 GMT 6 notAfter=Oct 27 23:59:59 2014 GMT 7 }}}