Let's encrypt for TeamCity Docker container on AWS (Elastic IP)

Hello,
I have deployed TeamCity to AWS instance using Docker container
https://blog.jetbrains.com/teamcity/2017/10/teamcity-aws/
It is CoreOS (Linux) used for this instance.
As I understand it use non standard port redirection and I’m not sure I can install Certbot there.
Should I run Certbot in my AWS instance or inside Docker container?
Does anyone have experience with this situation and what should I do for install Let’s encrypt certificate?

Hi,

I personally suggest to install certificate on AWS instance (not in the docker) since you’ll quickly get rate-limited when use docker.

Thank you

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.