Commit 86179706 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update README-zope.md

parent 656044c6
......@@ -11,27 +11,26 @@ password zope_password
You need to prepare "config" file like :
```text
#For production
#CA="https://acme-v01.api.letsencrypt.org/directory"
#Use the latest license.
#LICENSE="https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf"
#For staging. Remove it for production.
CA="https://acme-staging.api.letsencrypt.org/directory"
#Use your convenient location.
WELLKNOWN="/home/yusei/letsencrypt.sh"
# See docs/examples/config for other parameters.
#
# We can use any local directory for storing challenge string temporarily.
WELLKNOWN="${BASEDIR}"
# We use a special hook script for zope.
HOOK="${BASEDIR}/zope-hook.sh"
#This is needed to call hook
HOOK_CHAIN=yes
```
You also need "domains.txt" like :
```text
www.nexedi.co.jp
www.example.com example.com
another.example.com
```
Now you can invoke the script like :
```text
./letsencrypt.sh -c --hook ./zope-hook.sh
./letsencrypt.sh -c
```
And if you have any problems, read https://github.com/lukas2511/letsencrypt.sh/blob/master/docs/troubleshooting.md and read letsencrypt.sh.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment