Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
4743171b
Commit
4743171b
authored
Dec 22, 2016
by
neilpang
Browse files
service nginx force-reload
parent
3a3b0dd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4743171b
...
@@ -147,7 +147,7 @@ acme.sh --installcert -d example.com \
...
@@ -147,7 +147,7 @@ acme.sh --installcert -d example.com \
--certpath
/path/to/certfile/in/apache/cert.pem
\
--certpath
/path/to/certfile/in/apache/cert.pem
\
--keypath
/path/to/keyfile/in/apache/key.pem
\
--keypath
/path/to/keyfile/in/apache/key.pem
\
--fullchainpath
/path/to/fullchain/certfile/apache/fullchain.pem
\
--fullchainpath
/path/to/fullchain/certfile/apache/fullchain.pem
\
--reloadcmd
"service apache2
restart
"
--reloadcmd
"service apache2
force-reload
"
```
```
**Nginx**
example:
**Nginx**
example:
...
@@ -155,7 +155,7 @@ acme.sh --installcert -d example.com \
...
@@ -155,7 +155,7 @@ acme.sh --installcert -d example.com \
acme.sh
--installcert
-d
example.com
\
acme.sh
--installcert
-d
example.com
\
--keypath
/path/to/keyfile/in/nginx/key.pem
\
--keypath
/path/to/keyfile/in/nginx/key.pem
\
--fullchainpath
/path/to/fullchain/nginx/cert.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.
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