2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 15:36:33 +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({
// Other options
, challenge: challenge
, challenges: {
'http-01': challenge
}
});
// Continue your greenlock setup