From a0ab3f9c85bd51a764efcdbfb3b9d119340fda62 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 Aug 2016 19:15:57 -0400 Subject: [PATCH] note production url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a216cfa..325d12f 100644 --- a/README.md +++ b/README.md @@ -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