certbot-route53
certbot-route53 copied to clipboard
./certbot-route53.sh: 29: ./certbot-route53.sh: Syntax error: redirection unexpected
I get the following error:
./certbot-route53.sh: 29: ./certbot-route53.sh: Syntax error: redirection unexpected
when trying to run:
sh certbot-route53.sh
--agree-tos
--manual-public-ip-logging-ok
--domains testing.ec-internal.com
--email [email protected]
Please help
Hello,
It's because this: https://stackoverflow.com/questions/2462317/bash-syntax-error-redirection-unexpected
just execute the script without sh:
./certbot-route53.sh --agree-tos --manual-public-ip-logging-ok --domains testing.ec-internal.com --email [email protected]