mozilla-services / telescope

A dumb auditing service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameters to the certifcate_expiration check not working as intended.

smarnach opened this issue · comments

The certificate_expiration check has a few inconsistencies.

  • The check takes four parameters, but only two of them are in EXPOSED_PARAMETERS. I think the other two should be added as well.
  • The max_remaining_days doesn't do anything. It's never used in the function body.