From 0c55b0f285b9caa58cae79d584a7f6ba76b03bb3 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Wed, 31 Jan 2018 15:15:47 +0100 Subject: [PATCH] Add sudo right to README install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af243e9..1355625 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ install -m 0640 openssl.cnf /etc/shellpki/ install -m 0755 shellpki.sh /usr/local/sbin/shellpki ~~~ +~~~ +# visudo -f /etc/sudoers.d/shellpki +%shellpki ALL = (root) /usr/local/sbin/shellpki +~~~ + ## Usage ~~~