2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 15:36:33 +00:00

Update test.js

This commit is contained in:
cyrille 2019-05-08 18:34:39 +01:00 committed by GitHub
parent 90c7766386
commit e239bc3e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ let challenger = require('./index').create({
, secretAccessKey: secretAccessKey
, regionName: regionName
, bucketName: bucketName
, directory: ''
, directory: 'acme-challenge/'
, debug: true
});
@ -26,4 +26,4 @@ tester.test('http-01', domain, challenger).then(() => {
}).catch((err) => {
console.error(err.message);
throw err;
});
});