Merge pull request #51 from certd/acme_sync

[acme] sync upgrade [trident-sync]
This commit is contained in:
Greper
2024-05-22 03:24:13 +08:00
committed by GitHub
7 changed files with 11 additions and 7 deletions
@@ -299,7 +299,6 @@ describe('client.auto', () => {
it('should order san certificate', async () => {
const [, csr] = await acme.crypto.createCsr({
commonName: testSanDomains[0],
altNames: testSanDomains
}, await createKeyFn());