: I'm trying to write an automated script to check for pending expiry dates in
: SSL certs.
Depending on your end-goal, this may or may not help you -- but if
you're just looking for something to poll your servers and flag
pending cert expirations, you may want to check out Recon:
http://
: I'm trying to write an automated script to check for pending expiry dates in
: SSL certs.
Depending on your end-goal, this may or may not help you -- but if
you're just looking for something to poll your servers and flag
pending cert expirations, you may want to check out Recon:
I extracted netscape certs using the s_client switch.
openssl s_client -connect host:port -showcerts > cert.pem
just get rid of everything but the -Begin Cetificate-
-End Certificate -
in my case we use verisign certs and am presented with two certs. One
being the intermedia
On Fri, Jan 10, 2003 at 04:52:07PM -, Dicks, Gareth M wrote:
> Hi,
>
> I'm trying to write an automated script to check for pending expiry dates in
> SSL certs. I know how to get this info from a standard cert file in X509
> format:-
>
> openssl x509 -in cert.cer -enddate
>
> The problem is
Hi,
I'm trying to write an automated script to check for pending expiry dates in
SSL certs. I know how to get this info from a standard cert file in X509
format:-
openssl x509 -in cert.cer -enddate
The problem is I have inherited a set of iPlanet web servers with the certs
already loaded with no