mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2024-12-27 01:10:10 +08:00
Updated sudo (markdown)
parent
786136d8f7
commit
b4fd6e813a
12
sudo.md
12
sudo.md
@ -6,12 +6,8 @@ Do not use `sudo` if you cannot properly configure it.
|
||||
|
||||
Using `sudo` is not recommended. If not properly configured to not ask for password it may cause permission issues when running commands from the cronjob (like renew), resulting in some or all of your certificates not being renewed and eventually will expire.
|
||||
|
||||
Now, if you are completely sure of the issues and the possibilities with the usage of `sudo` and still want to use it, you can pass the `--force` parameter.
|
||||
|
||||
**Remember:** Using `sudo` is not recommended. You have the option to force it at your own risk. You have been warned.
|
||||
|
||||
|
||||
If you need root, please su to root first, and then install acme.sh and use it.
|
||||
If you need root, please `su` to root first, and then install acme.sh and use it.
|
||||
|
||||
```sh
|
||||
|
||||
@ -29,3 +25,9 @@ bash
|
||||
acme.sh --issue -d .....
|
||||
|
||||
```
|
||||
|
||||
|
||||
Now, if you are completely sure of the issues and the possibilities with the usage of `sudo` and still want to use it, you can pass the `--force` parameter.
|
||||
|
||||
**Remember:** Using `sudo` is not recommended. You have the option to force it at your own risk. You have been warned.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user