Merge pull request #1220 from InfrastructureServices/unbound-control-group-key

Add unbound members group access to control key
This commit is contained in:
Yorgos Thessalonikefs 2025-01-24 16:53:12 +01:00 committed by GitHub
commit b48958c983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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