From 0ee94d94ecc17dd1444ac219b292d73e7cf44fe5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 19 May 2018 17:55:38 -0600 Subject: [PATCH] make production default --- examples/demo.js | 3 ++- examples/http2.js | 5 +++-- examples/spdy.js | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/examples/demo.js b/examples/demo.js index fc9b2ba..4b92c6f 100644 --- a/examples/demo.js +++ b/examples/demo.js @@ -10,8 +10,9 @@ var greenlock = Greenlock.create({ // Let's Encrypt v2 is ACME draft 11 version: 'draft-11' - // You MUST change 'acme-staging-v02' to 'acme-v02' in production , server: 'https://acme-v02.api.letsencrypt.org/directory' + // Note: If at first you don't succeed, stop and switch to staging + // https://acme-staging-v02.api.letsencrypt.org/directory // You MUST change this to a valid email address , email: 'jon@example.com' diff --git a/examples/http2.js b/examples/http2.js index 2cc416f..a25be36 100644 --- a/examples/http2.js +++ b/examples/http2.js @@ -8,8 +8,9 @@ var greenlock = Greenlock.create({ // Let's Encrypt v2 is ACME draft 11 version: 'draft-11' - // You MUST change 'acme-staging-v02' to 'acme-v02' in production -, server: 'https://acme-staging-v02.api.letsencrypt.org/directory' +, server: 'https://acme-v02.api.letsencrypt.org/directory' + // Note: If at first you don't succeed, stop and switch to staging + // https://acme-staging-v02.api.letsencrypt.org/directory // You MUST change this to a valid email address , email: 'jon@example.com' diff --git a/examples/spdy.js b/examples/spdy.js index e289817..d848221 100644 --- a/examples/spdy.js +++ b/examples/spdy.js @@ -10,8 +10,9 @@ var greenlock = Greenlock.create({ // Let's Encrypt v2 is ACME draft 11 version: 'draft-11' - // You MUST change 'acme-staging-v02' to 'acme-v02' in production -, server: 'https://acme-staging-v02.api.letsencrypt.org/directory' +, server: 'https://acme-v02.api.letsencrypt.org/directory' + // Note: If at first you don't succeed, stop and switch to staging + // https://acme-staging-v02.api.letsencrypt.org/directory // You MUST change this to a valid email address , email: 'jon@example.com'