mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-12-20 18:55:21 -05:00
switch to arbitrary system gid for tls group
This commit is contained in:
parent
bf96962c90
commit
72950717af
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ for host in ${hosts_web[@]}; do
|
|||
rsync etc/logrotate.d/nginx $remote:/etc/logrotate.d/nginx
|
||||
|
||||
ssh $remote 'mkdir -pm755 /var/cache/nginx &&
|
||||
groupadd -fg 2100 tls &&
|
||||
groupadd -fr tls &&
|
||||
mkdir -pm 750 /etc/tls/session-ticket-keys &&
|
||||
chmod 750 /etc/tls &&
|
||||
chown root:tls /etc/tls &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue