mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 21:28:05 +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('./').create({
|
||||
var glx = require('../').create({
|
||||
|
||||
version: 'draft-11' // Let's Encrypt v2 is ACME draft 11
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user