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:
parent
201fecc493
commit
5044e1bcd5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user