mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 01:12:44 +00:00
destinations are files not directories.
This commit is contained in:
parent
db0534ed97
commit
7e51ee3781
@ -139,10 +139,10 @@ Parameters:
|
||||
|
||||
These parameters are to install the cert to nginx/apache or anyother server after issue/renew a cert:
|
||||
|
||||
--certpath /path/to/real/cert/file After issue/renew, the cert will be copied to this path.
|
||||
--keypath /path/to/real/key/file After issue/renew, the key will be copied to this path.
|
||||
--capath /path/to/real/ca/file After issue/renew, the intermediate cert will be copied to this path.
|
||||
--fullchainpath /path/to/fullchain/file After issue/renew, the fullchain cert will be copied to this path.
|
||||
--certpath /path/to/real/cert/file After issue/renew, the cert will be copied to this file.
|
||||
--keypath /path/to/real/key/file After issue/renew, the key will be copied to this file.
|
||||
--capath /path/to/real/ca/file After issue/renew, the intermediate cert will be copied to this file.
|
||||
--fullchainpath /path/to/fullchain/file After issue/renew, the fullchain cert will be copied to this file.
|
||||
|
||||
--reloadcmd "service nginx reload" After issue/renew, it's used to reload the server.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user