Skip to content

Commit

Permalink
Update register_force.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sjiampojamarn committed Oct 19, 2024
1 parent 8ae83e2 commit dc0fcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register_force.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chmod 700 /conf/porkbun.ini
while IFS= read -r line ; do
echo $line
set -x
certbot certonly -f \
certbot certonly --force-renewal \
--non-interactive \
--agree-tos \
--email $(cat /conf/email.ini) \
Expand Down

0 comments on commit dc0fcaa

Please sign in to comment.