note production url

This commit is contained in:
AJ ONeal 2016-08-15 19:15:57 -04:00
parent 8e2848b204
commit a0ab3f9c85
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ now here's the switch:
// returns an instance of node-letsencrypt with additional helper methods
var lex = require('letsencrypt-express').create({
// set to https://acme-v01.api.letsencrypt.org/directory in production
server: 'staging'
// If you wish to replace the default plugins, you may do so here