mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
Merge pull request #499 from sercxanto/copycert
Add note about permissions of installed files
This commit is contained in:
commit
9e773c9143
@ -160,6 +160,8 @@ acme.sh --installcert -d example.com \
|
|||||||
|
|
||||||
Only the domain is required, all the other parameters are optional.
|
Only the domain is required, all the other parameters are optional.
|
||||||
|
|
||||||
|
The ownership and permission info of existing files are preserved. You may want to precreate the files to have defined ownership and permission.
|
||||||
|
|
||||||
Install/copy the issued cert/key to the production Apache or Nginx path.
|
Install/copy the issued cert/key to the production Apache or Nginx path.
|
||||||
|
|
||||||
The cert will be `renewed every **60** days by default` (which is configurable). Once the cert is renewed, the Apache/Nginx service will be restarted automatically by the command: `service apache2 restart` or `service nginx restart`.
|
The cert will be `renewed every **60** days by default` (which is configurable). Once the cert is renewed, the Apache/Nginx service will be restarted automatically by the command: `service apache2 restart` or `service nginx restart`.
|
||||||
|
Loading…
Reference in New Issue
Block a user