Skip to content

Commit

Permalink
Set correct acl for Certificates on certificate update
Browse files Browse the repository at this point in the history
  • Loading branch information
sweh authored Aug 12, 2024
1 parent 026fcb6 commit 4426fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/batou_ext/resources/cert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ source /etc/profile
--preferred-chain "{{component.letsencrypt_alternative_chain}}" \
{%- endif %}
-c "$@"
setfacl -Rm u:{{component.granted_user}}:rX {{component.workdir}}/"$@"
{% if component.extracommand %}
{{component.extracommand}}
{% endif %}

0 comments on commit 4426fe5

Please sign in to comment.