From 912d42878fd73c2e8543ad4021b8dc1eb72329de Mon Sep 17 00:00:00 2001 From: MirLach <10672697+MirLach@users.noreply.github.com> Date: Mon, 30 Sep 2019 23:05:05 +0000 Subject: [PATCH] Used wording was very misleading. Sudo does not causes any issue, only misconfiguration can --- sudo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sudo.md b/sudo.md index 7915bc0..760f1d3 100644 --- a/sudo.md +++ b/sudo.md @@ -1,10 +1,10 @@ [TODO] -Do not use `sudo` +Do not use `sudo` if you cannot properly configure it. **Notice:** This wiki is not complete yet. -Using `sudo` is not recommended as this 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. +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 wanting to use it, so you can pass the `--force` parameter.