From: Bonno B. <b.b...@ti...> - 2014-01-31 14:03:08
|
Hi, >> I want to find out when my CA expires, how do I do that. I cannot see >> any readable info by just looking at the ca.key or the ca.crt Which command will let me see that info? >> Which command will let me see when the client certs expire? > > openssl x509 -subject -dates -noout -in ca.crt [..] notBefore=May 16 06:04:32 2008 GMT notAfter=May 14 06:04:32 2018 GMT Ok, I've got a few years left. ;-) > openssl x509 -subject -dates -noout -in client-cert.crt And these are even later of course. Thanks Bonno Bloksma |