sign and check signature on scripts for remote execution

This commit is contained in:
mad
2018-09-23 17:25:17 +02:00
parent 223090c0e4
commit 85ca124520
4 changed files with 30 additions and 21 deletions
+5 -2
View File
@@ -15,8 +15,9 @@ nginx / apache / lighttpd <br/>
openssh <br/>
php <br/>
socat <br/>
sqlite3 / mariadb (only sqlite3 for now)<br/>
sqlite3 / mariadb (only sqlite3 for now) <br/>
usermode-utilities <br/>
openssl (for managing remote servers) <br/>
**Manual install:** <br/>
become root <br/>
@@ -28,5 +29,7 @@ ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/ <br/>
ln -sf ${PWD}/nlvmi/web /var/www/localhost/htdocs/nlvmi <br/>
chown root:nlvmi nlvmi/*nlvmi <br/>
chmod +s nlvmi/wrap-nlvmi <br/>
#not yet implemented... <br/>
mkdir /etc/nginx/nlvmi <br/>
add an "include nlvmi/*.conf" statement within nginx.conf's server declaration. <br/>
add an "include nlvmi/*.conf" statement within nginx.conf's server declaration. <br/>