mirror of
https://github.com/therootcompany/acme.js.git
synced 2024-11-16 17:29:00 +00:00
Merge a87c9b2ac83884677ca496d564ef7530235305f8 into 45fd6962f259c6399de05589848d68be42894316
This commit is contained in:
commit
81b7c6cfca
5
acme.js
5
acme.js
@ -1159,9 +1159,8 @@ ACME._orderCert = function (me, options, kid) {
|
|||||||
// raw wildcard syntax MUST be used here
|
// raw wildcard syntax MUST be used here
|
||||||
identifiers: options.domains.map(function (hostname) {
|
identifiers: options.domains.map(function (hostname) {
|
||||||
return { type: 'dns', value: hostname };
|
return { type: 'dns', value: hostname };
|
||||||
})
|
}),
|
||||||
//, "notBefore": "2016-01-01T00:00:00Z"
|
...options.additionalOrderFields
|
||||||
//, "notAfter": "2016-01-08T00:00:00Z"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
return ACME._prepRequest(me, options)
|
return ACME._prepRequest(me, options)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user