debfx / check_dane

Nagios/Icinga plugin for checking DANE/TLSA records
GNU General Public License v3.0
13 stars 9 forks source link

added usage type 1 and option to specify the port to connect to #1

Closed pprasse closed 8 years ago

pprasse commented 8 years ago
debfx commented 8 years ago

tlsa_record.usage==1 needs to imply --check-pkix.

I think it makes more sense to swap the meaning of -p and -P: So the standard options -H / -p define the public service (DNS record to lookup) and -I / -P the actual service to connect to.

debfx commented 8 years ago

I've pushed a bunch of commits that implement this.