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 = {
|
var options = {
|
||||||
hostname: element.hostname,
|
hostname: element.hostname,
|
||||||
port: (element.port ? element.port : 443),
|
port: (element.port ? element.port : 443),
|
||||||
|
path: (element.path ? element.path : '/'),
|
||||||
|
comment: (element.comment ? element.comment : ''),
|
||||||
method: 'GET'
|
method: 'GET'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user