note production url
This commit is contained in:
parent
8e2848b204
commit
a0ab3f9c85
|
@ -103,6 +103,7 @@ now here's the switch:
|
||||||
|
|
||||||
// returns an instance of node-letsencrypt with additional helper methods
|
// returns an instance of node-letsencrypt with additional helper methods
|
||||||
var lex = require('letsencrypt-express').create({
|
var lex = require('letsencrypt-express').create({
|
||||||
|
// set to https://acme-v01.api.letsencrypt.org/directory in production
|
||||||
server: 'staging'
|
server: 'staging'
|
||||||
|
|
||||||
// If you wish to replace the default plugins, you may do so here
|
// If you wish to replace the default plugins, you may do so here
|
||||||
|
|
Loading…
Reference in New Issue