UNPKG

whistle

Version:

HTTP, HTTP2, HTTPS, Websocket debugging proxy

9 lines (7 loc) 173 B
var ca = require('../../../../lib/https/ca'); module.exports = function(req, res) { res.json({ certs: ca.getCustomCertsFiles(), dir: ca.CUSTOM_CERTS_DIR }); };