diff --git a/node_app/get_cert_info.js b/node_app/get_cert_info.js index ac7a46e..ec8dce0 100644 --- a/node_app/get_cert_info.js +++ b/node_app/get_cert_info.js @@ -30,6 +30,8 @@ function get_cert_parameters(element, index, array) { var options = { hostname: element.hostname, port: (element.port ? element.port : 443), + path: (element.path ? element.path : '/'), + comment: (element.comment ? element.comment : ''), method: 'GET' };