Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
letsencrypt.sh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
letsencrypt.sh
Commits
86179706
Commit
86179706
authored
Aug 26, 2016
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README-zope.md
parent
656044c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
README-zope.md
README-zope.md
+9
-10
No files found.
README-zope.md
View file @
86179706
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment