Merge branch 'master' of github.com:cmrunton/tls-dashboard

This commit is contained in:
Craine Runton 2016-06-08 14:17:07 -06:00
commit 613941cce3

View File

@ -142,7 +142,7 @@ function get_cert_parameters(element, index, array) {
'common_name': ''
},
'info': {
'days_left': '??'
'days_left': '??',
'common_name': 'Unspecified error'
}
};
@ -224,4 +224,4 @@ function assert(value, desc) {
} else {
console.log("\033[31m "+desc+"\033[0m");
}
};
};