Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d204be4b
Commit
d204be4b
authored
Dec 22, 2016
by
neil
Committed by
GitHub
Dec 22, 2016
Browse files
Merge pull request #487 from Neilpang/dev
service nginx force-reload
parents
1fb800f7
4743171b
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
d204be4b
...
...
@@ -147,7 +147,7 @@ acme.sh --installcert -d example.com \
--certpath
/path/to/certfile/in/apache/cert.pem
\
--keypath
/path/to/keyfile/in/apache/key.pem
\
--fullchainpath
/path/to/fullchain/certfile/apache/fullchain.pem
\
--reloadcmd
"service apache2
restart
"
--reloadcmd
"service apache2
force-reload
"
```
**Nginx**
example:
...
...
@@ -155,7 +155,7 @@ acme.sh --installcert -d example.com \
acme.sh
--installcert
-d
example.com
\
--keypath
/path/to/keyfile/in/nginx/key.pem
\
--fullchainpath
/path/to/fullchain/nginx/cert.pem
\
--reloadcmd
"service nginx
restart
"
--reloadcmd
"service nginx
force-reload
"
```
Only the domain is required, all the other parameters are optional.
...
...
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