Update README.md
This commit is contained in:
parent
c65539bf6c
commit
5aaf3d9fd3
|
@ -94,8 +94,8 @@ Whereas v1.x had a few hundred lines of code, v2.x is a single small file of abo
|
|||
|
||||
A few important things to note:
|
||||
|
||||
* Delete your v1.x `~/letsencrypt` directory
|
||||
* (otherwise you get `{ type: 'urn:acme:error:malformed', detail: 'Parse error reading JWS', status: 400 }`)
|
||||
* Delete your v1.x `~/letsencrypt` directory, otherwise you get this:
|
||||
* `{ type: 'urn:acme:error:malformed', detail: 'Parse error reading JWS', status: 400 }`
|
||||
* `approveRegistration` has been replaced by `approveDomains`
|
||||
* All of the behavior has moved to the various plugins, which each have their own options
|
||||
* Use https and http directly, don't rely on the silly `.listen()` helper. It's just there for looks.
|
||||
|
|
Loading…
Reference in New Issue