module.exports = (options) => {

    const handlers = {
        check: (opts) => {
            return require("./certificates/check").check(opts, options);