another note on failure

This commit is contained in:
AJ ONeal 2018-04-20 04:40:23 +00:00
parent 06c9ec31b9
commit 1cd04d9f64
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ require('greenlock-express').create({
### What if the example didn't work?
First and foremost:
* You MUST run this on the public-facing webserver, *as the webserver*
Exception: using 'dns-01' (i.e. `le-challenge-route53`) you can validate domains set to private addresses (10.x, 192.168.x, etc).
Double check each of the following:
* Let's Encrypt **v2** uses `version: 'draft-11'`, but v1 uses `version: 'v01'`