You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Description certbot-route53.sh has bash-specific features, see #2.
Per documentation:
3. Download the certbot-route53.sh script.
+++
chmod a+x certbot-route53.sh
4. Run the script with your (comma-separated) domain(s) and email address:
sh certbot-route53.sh \
+++
Error sh certbot-route53.sh ... would fail if sh is not bash-compatible. (for example it's link to the minimalistic /bin/dash on Ubuntue 16.0.4 LTS)
Suggestion
[recommended] Remove sh in step 4 -- the script is made executable(chmod a+x ...) in step 3
Alternatively: replace sh with bash in step 4: bash certbot-route53.sh ...
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Description
certbot-route53.sh
has bash-specific features, see #2.Per documentation:
Error
sh certbot-route53.sh ...
would fail ifsh
is not bash-compatible. (for example it's link to the minimalistic /bin/dash on Ubuntue 16.0.4 LTS)Suggestion
sh
in step 4 -- the script is made executable(chmod a+x ...
) in step 3sh
withbash
in step 4:bash certbot-route53.sh ...
The text was updated successfully, but these errors were encountered: