Commit ef989960 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update README.md.

parent afdcc7cf
...@@ -6,9 +6,17 @@ For example, you can create ".well-known/acme-challenge" in skin folder. ...@@ -6,9 +6,17 @@ For example, you can create ".well-known/acme-challenge" in skin folder.
Next, you need to provide Zope's username and password in ~/.netrc like : Next, you need to provide Zope's username and password in ~/.netrc like :
```text ```text
machine www.example.com
login zope_username
password zope_password
machine example.com machine example.com
login zope_username login zope_username
password zope_password password zope_password
machine another.example.com
login zope_username
password zope_password
``` ```
You need to prepare "config" file like : You need to prepare "config" file like :
......
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