On Thu, 30 Jan 2014 14:00:26 +0000, Bonno Bloksma <b.blok...@tio.nl> wrote:

> 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?

An easy way is to just dump the certificate:

openssl x509 -in ca.crt -dates -noout

should give you the info.

You can run the same command on any SSL certificate, including client certs.

Use "-text" instead of "-dates" to show all available information.

-- 
D.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to