mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-04-02 13:40:45 +00:00
fix require path
This commit is contained in:
parent
63b5182b38
commit
a6f4de6c78
@ -11,7 +11,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
//var glx = require('greenlock-express')
|
//var glx = require('greenlock-express')
|
||||||
var glx = require('./').create({
|
var glx = require('../').create({
|
||||||
|
|
||||||
version: 'draft-11' // Let's Encrypt v2 is ACME draft 11
|
version: 'draft-11' // Let's Encrypt v2 is ACME draft 11
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user