Skip to content

Commit

Permalink
Update certbot depepdency, incl requests lib
Browse files Browse the repository at this point in the history
details within aws/aws-cli#3678, closes #2339
  • Loading branch information
Abraham Ingersoll committed Nov 15, 2018
1 parent b69c817 commit 26cbf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws/terraform/auth-user-data.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ systemctl start teleport-ssm-publish-tokens.timer
# Install certbot to rotate certificates
# Certbot is a tool to request letsencrypt certificates,
# remove it if you don't need letsencrypt.
pip install certbot==0.21.0 certbot-dns-route53==0.21.0
pip install certbot==0.28.0 certbot-dns-route53==0.28.0 requests==2.20

# This script uses DNS-01 challenge, which means that you
# have to control route53 zone as it modifes zone records
Expand Down

0 comments on commit 26cbf51

Please sign in to comment.