Skip to content

Commit 4e7888d

Browse files
committed
removed cerbot --redirect option
1 parent 34cf606 commit 4e7888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ echo
8989
# new http->https redirects, and do so automatically.
9090
if /usr/bin/certbot --authenticator webroot --installer apache \
9191
--agree-tos -m webmaster@creativecommons.org \
92-
--non-interactive --expand --keep-until-expiring --redirect \
92+
--non-interactive --expand --keep-until-expiring \
9393
${certbotargs}
9494
then
9595
echo '<h1>And we are done!</h1>' >> "${statusfile}"

0 commit comments

Comments
 (0)