2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-12 00:16:32 +00:00

Update README.md

This commit is contained in:
cyrille 2019-05-08 18:35:59 +01:00 committed by GitHub
parent 201fecc493
commit 5044e1bcd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,9 @@ var Greenlock = require("greenlock-express");
var greenlock = Greenlock.create({ var greenlock = Greenlock.create({
// Other options // Other options
, challenge: challenge , challenges: {
'http-01': challenge
}
}); });
// Continue your greenlock setup // Continue your greenlock setup