diff --git a/tutor/local.py b/tutor/local.py index c2f6407..5a0f359 100644 --- a/tutor/local.py +++ b/tutor/local.py @@ -182,7 +182,7 @@ See the official certbot documentation for your platform: https://certbot.eff.or "-p", "80:80", "--entrypoint=sh", "certbot/certbot:latest", - "-c", script, + "-e", "-c", script, ) @click.command(help="Renew https certificates", name="renew")