dyaa / ssl-checker

A tiny NodeJS module to check SSL expiry 🔒
MIT License
111 stars 33 forks source link

feature: remove subjectaltname check #539

Closed khpeet closed 6 months ago

khpeet commented 6 months ago

Added additional config option to choose if the subjectaltname should be required for a given certificate to be valid, since it is an optional field to configure within a certificate. Allows for more flexibility to validate certificates without this configured.

dyaa commented 6 months ago

Fixes https://github.com/dyaa/ssl-checker/issues/538