Go Back   Wireless and Wifi Forums > News > Newsgroups > comp.security.misc
Register FAQ Forum Rules Members List Calendar Search Today's Posts Advertise Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-26-2012, 02:28 PM
Ivan Shmakov
Guest
 
Posts: n/a
Default a simplistic X.509 certificates manager, please?

[Cross-posting to news:relcom.comp.security for no good reason
at all.]

I wonder, is there a simplistic free software X.509 "server"
certificates manager?

Two features I seek are:

* check all the X.509 certificate files (mostly PEM) specified
for whether they're going to expire anytime soon, and produce
a list thereof; (ideally, the list would include not just the
filename, but also the Subject:, Issuer: and Serial: fields;
preferrably shortened);

* take a list of the files holding the old (one per file) and
renewed (possibly many per file) certificates and overwrite
the old ones with new.

TIA.

PS. I'm using https://CAcert.org/ certificates on a bunch of hosts, and
have some trouble renewing them every 6 months.

--
FSF associate member #7257

Reply With Quote
  #2 (permalink)  
Old 03-27-2012, 11:56 AM
Patrick Rauter
Guest
 
Posts: n/a
Default Re: a simplistic X.509 certificates manager, please?

Am 26.03.2012 16:28, schrieb Ivan Shmakov:
> [Cross-posting to news:relcom.comp.security for no good reason
> at all.]
>
> I wonder, is there a simplistic free software X.509 "server"
> certificates manager?
>
> Two features I seek are:
>
> * check all the X.509 certificate files (mostly PEM) specified
> for whether they're going to expire anytime soon, and produce
> a list thereof; (ideally, the list would include not just the
> filename, but also the Subject:, Issuer: and Serial: fields;
> preferrably shortened);
>
> * take a list of the files holding the old (one per file) and
> renewed (possibly many per file) certificates and overwrite
> the old ones with new.
>
> TIA.
>
> PS. I'm using https://CAcert.org/ certificates on a bunch of hosts, and
> have some trouble renewing them every 6 months.
>

Not exactly what you are looking for, but we are using ICINGAs
"check_simap" command to monitor server certificates.

check_simap -S -D 30 -H $HOSTADRESS

will return an alert if the certificate has less than 30 days...

HTH

Reply With Quote
  #3 (permalink)  
Old 03-27-2012, 12:00 PM
Patrick Rauter
Guest
 
Posts: n/a
Default Re: a simplistic X.509 certificates manager, please?

Am 26.03.2012 16:28, schrieb Ivan Shmakov:
> [Cross-posting to news:relcom.comp.security for no good reason
> at all.]
>
> I wonder, is there a simplistic free software X.509 "server"
> certificates manager?
>
> Two features I seek are:
>
> * check all the X.509 certificate files (mostly PEM) specified
> for whether they're going to expire anytime soon, and produce
> a list thereof; (ideally, the list would include not just the
> filename, but also the Subject:, Issuer: and Serial: fields;
> preferrably shortened);
>
> * take a list of the files holding the old (one per file) and
> renewed (possibly many per file) certificates and overwrite
> the old ones with new.
>
> TIA.
>
> PS. I'm using https://CAcert.org/ certificates on a bunch of hosts, and
> have some trouble renewing them every 6 months.
>

Not exactly what you are looking for, but we are using ICINGAs
"check_simap" command to monitor server certificates.

check_simap -S -D 30 -H $HOSTADRESS$

will return an alert if the certificate has less than 30 days...

ssl-cert-check -s $HOSTADRESS$ -p 443 -x 30 -n

will do the same for non simap servers.

HTH

Reply With Quote
  #4 (permalink)  
Old 03-27-2012, 02:48 PM
Ivan Shmakov
Guest
 
Posts: n/a
Default Re: a simplistic X.509 certificates manager, please?

>>>>> Patrick Rauter <rauter@hs-weingarten.de> writes:
>>>>> Am 26.03.2012 16:28, schrieb Ivan Shmakov:


[...]

>> * check all the X.509 certificate files (mostly PEM) specified for
>> whether they're going to expire anytime soon, and produce a list
>> thereof; (ideally, the list would include not just the filename, but
>> also the Subject:, Issuer: and Serial: fields; preferrably
>> shortened);


[...]

> Not exactly what you are looking for, but we are using ICINGAs
> "check_simap" command to monitor server certificates.


> check_simap -S -D 30 -H $HOSTADRESS$


> will return an alert if the certificate has less than 30 days...


> ssl-cert-check -s $HOSTADRESS$ -p 443 -x 30 -n


Actually, these two seem to fit (more or less) the first case
above. Thanks!

> will do the same for non simap servers.


Are STARTTLS servers also supported?

--
FSF associate member #7257

Reply With Quote
  #5 (permalink)  
Old 03-28-2012, 01:09 PM
Patrick Rauter
Guest
 
Posts: n/a
Default Re: a simplistic X.509 certificates manager, please?

Am 27.03.2012 16:48, schrieb Ivan Shmakov:
>>>>>> Patrick Rauter<rauter@hs-weingarten.de> writes:
>>>>>> Am 26.03.2012 16:28, schrieb Ivan Shmakov:

>
> [...]
>
> >> * check all the X.509 certificate files (mostly PEM) specified for
> >> whether they're going to expire anytime soon, and produce a list
> >> thereof; (ideally, the list would include not just the filename, but
> >> also the Subject:, Issuer: and Serial: fields; preferrably
> >> shortened);

>
> [...]
>
> > Not exactly what you are looking for, but we are using ICINGAs
> > "check_simap" command to monitor server certificates.

>
> > check_simap -S -D 30 -H $HOSTADRESS$

>
> > will return an alert if the certificate has less than 30 days...

>
> > ssl-cert-check -s $HOSTADRESS$ -p 443 -x 30 -n

>
> Actually, these two seem to fit (more or less) the first case
> above. Thanks!
>
> > will do the same for non simap servers.

>
> Are STARTTLS servers also supported?
>


As far as i understand this plugin, it just checks the response-string
from the mailserver and the expiration date of the certificate, so
starttls should'nt be a problem.

HTH

Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
HPSBMA02445 SSRT090058 rev.1 - HP Serviceguard Manager, Remote Execution of Arbitrary Code, Denial of Service (DoS) Security Alert comp.security.misc 0 08-03-2009 01:10 PM
sample X.509 certificates? yawnmoth comp.security.misc 3 02-21-2007 06:25 PM


All times are GMT. The time now is 07:29 AM.



Powered by vBulletin® Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45