Expose path and comments elements.
This commit is contained in:
parent
6345e42721
commit
9f80743da6
@ -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'
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user