UNPKG

@passmarked/ssl

Version:

Rules that relate to checking the SSL configuration of each individual resolved server from the domain to ensure locked down config with the broadest compatibility

6 lines (5 loc) 219 B
let passmarked = require('../passmarked'), ssl = require('./index.js'); passmarked.createRunner(ssl).run({url: 'testagent.cgos.info'}) .then(info => console.log(info)) .catch(err => console.log(err.stack));