Add sudo right to README install

This commit is contained in:
Victor LABORIE 2018-01-31 15:15:47 +01:00
parent 690c436dd6
commit 0c55b0f285
1 changed files with 5 additions and 0 deletions

View File

@ -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
~~~