Ask a Question related to Linux / Unix Administration, Design and Development.
-
Matty #1
Digital Certificate Expiration Utility
Howdy,
Over the years, I have worked in numerous environments were an expired
digital certificate led to system outages, and user confusion. I decided
to write a tool to deal with this issue, and describe it's usage in this
months (September) issue of SysAdmin. The utility can be run to produce
certificate expiration info for a single ssl-enabled service, or given a
file with a list of domains:
$ ./ssl-cert-check -s mail.daemons.net -p 443
Host Status Expires Days Left
mail.daemons.net:443 Valid May 24 2005 282
$ cat ssldomains
mail.daemons.net 443
[url]www.blatch.com[/url] 443
$ ./ssl-cert-check -b -f ssldomains
Host Status Expires Days Left
mail.daemons.net:443 Valid May 24 2005 282
[url]www.blatch.com:443[/url] Down ? ?
There is email integration to remind you electronically when
certificates are about to expire, and a quiet mode to allow easy
integration with cron. ssl-cert-check is licensed under the GPL,
and can be downloaded at:
[url]http://www.daemons.net/~matty/code/ssl-cert-check[/url]
Please let me know if you run into problems or bugs.
Thanks,
- Ryan
Matty Guest
-
a certificate list in a digital signature creator
hi all the example plug-in DocSign uses a hardwired certificate to sign. it's in PSSigGetSigPropertiesProc's function in... -
Win32::OLE and CAPICOM to find a certificate in certificate store will raise exception
Hi, I am trying to use win32::OLE to access certificate store via CAPICOM. If certificates in the store meet the searching criteria, the... -
password expiration
I'm getting a "your password expires in x days" message and can't change my password because I don't know the old one. My friend installed my... -
Certificate Server and Windows XP - Cannot install certificate
Hello all, I would like to implement certificate server. I have installed the service on Win2003 server in standalone mode. I have created from... -
HoTShoT #2
Re: Digital Certificate Expiration Utility
If people are too stupid to read the email from the issuer, how will that
help? You already get warnings from the issuer of the cert.
HoTShoT Guest
-
ps #3
Re: Digital Certificate Expiration Utility
in article [email]10hv5hpafblnpc7@corp.supernews.com[/email], HoTShoT at @ wrote on 8/15/04
9:58 AM:
It's not a matter of people being stupid, it's being proactive and knowing> If people are too stupid to read the email from the issuer, how will that
> help? You already get warnings from the issuer of the cert.
>
>
>
when your own certs expire, not relying on someone else to do your job.
Maybe they'll send you an e-mail, maybe they won't. I'd prefer to control my
own destiny rather then explain to management that our VPN and SSL sites are
down because wah, Thawte never reminded me.
ps Guest
-
Colin McKinnon #4
Re: Digital Certificate Expiration Utility
ps spilled the following:
Yeah, but there are so many other things which need to happen at specific> in article [email]10hv5hpafblnpc7@corp.supernews.com[/email], HoTShoT at @ wrote on
> 8/15/04 9:58 AM:
>>>> If people are too stupid to read the email from the issuer, how will that
>> help? You already get warnings from the issuer of the cert.
>>
> It's not a matter of people being stupid, it's being proactive and knowing
> when your own certs expire, not relying on someone else to do your job.
> Maybe they'll send you an e-mail, maybe they won't. I'd prefer to control
> my own destiny rather then explain to management that our VPN and SSL
> sites are down because wah, Thawte never reminded me.
times throughout the life of any sort of enterprise (DNS expiry, time to
replace hard disks, renew passwords...), surely it's a better idea to have
a proper diarying system which can address all of them than a program which
only fixes one.
C.
Colin McKinnon Guest
-
Matty #5
Re: Digital Certificate Expiration Utility
HoTShoT wrote:
The script wasn't developed to deal with ignorance, it was designed> If people are too stupid to read the email from the issuer, how will that
> help? You already get warnings from the issuer of the cert.
>
to help folks deal with certificate expiration issues. Public CA
"notification" intervals aren't configurable, ssl-cert-check is.
Matty Guest



Reply With Quote

