21 Oct
2011
21 Oct
'11
5:44 p.m.
On 21/10/2011 22:31, Eric Geier wrote:
Thanks for the reply!
Yes, the clients are set with correct time/date.
That command didn't work. Did you mean openssl verify command? I ran that and both the old cert (still valid for a few days) and the new cert (already valid) shows correct domain but then says:
2) do: openssl -in /path/to/your/raddb/server-cert.pem -noout -text and verify the properties of the cert you have.
I forgot the x509, it should have been: openssl x509 -in /path/to/your/raddb/server-cert.pem -noout -text -James