This commit is contained in:
petercooperjr 2024-06-06 08:54:49 -04:00 committed by GitHub
commit 81b7c6cfca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1159,9 +1159,8 @@ ACME._orderCert = function (me, options, kid) {
// raw wildcard syntax MUST be used here
identifiers: options.domains.map(function (hostname) {
return { type: 'dns', value: hostname };
})
//, "notBefore": "2016-01-01T00:00:00Z"
//, "notAfter": "2016-01-08T00:00:00Z"
}),
...options.additionalOrderFields
};
return ACME._prepRequest(me, options)