From b4fd6e813a7d68d42f0b7220db60ccbf1c4122c4 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 24 Apr 2022 17:55:12 +0800 Subject: [PATCH] Updated sudo (markdown) --- sudo.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/sudo.md b/sudo.md index bc872ec..3657708 100644 --- a/sudo.md +++ b/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. +