Skip to content

Commit

Permalink
Merge pull request #1220 from InfrastructureServices/unbound-control-…
Browse files Browse the repository at this point in the history
…group-key

Add unbound members group access to control key
  • Loading branch information
gthess authored Jan 24, 2025
2 parents cc55bee + f4881bd commit b48958c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smallapp/unbound-control-setup.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ fi
# remove unused permissions
chmod o-rw \
"$SVR_BASE.pem" \
"$SVR_BASE.key" \
"$SVR_BASE.key"
chmod g+r,o-rw \
"$CTL_BASE.pem" \
"$CTL_BASE.key"

Expand Down

0 comments on commit b48958c

Please sign in to comment.