Skip to content

Instantly share code, notes, and snippets.

@jaemyeong
Last active September 14, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaemyeong/3533c6fd053ff561b378592224e90368 to your computer and use it in GitHub Desktop.
Save jaemyeong/3533c6fd053ff561b378592224e90368 to your computer and use it in GitHub Desktop.
sudo docker run -i -t \
-e AWS_ACCESS_KEY_ID={AWS 키} \
-e AWS_SECRET_ACCESS_KEY={AWS 비밀키} \
--mount type=bind,source=/etc/letsencrypt,target=/etc/letsencrypt \
certbot/dns-route53 \
certonly \
--dns-route53 \
-d *.jaemyeong.com \
-d jaemyeong.com \
-n \
--agree-tos \
-m {이메일}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment