Skip to content

Commit

Permalink
Added --strict-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Nov 9, 2024
1 parent fb7c200 commit 42e856f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ run_certbot() {
--key-type "$CERTBOT_KEY_TYPE" \
--email "$CERTBOT_EMAIL" \
--agree-tos \
--non-interactive
--non-interactive \
--strict-permissions
exit_code=$?
if [ $exit_code -ne 0 ]; then
echo "Error: certbot command failed with exit code $exit_code"
Expand Down

0 comments on commit 42e856f

Please sign in to comment.