YouTrack Docker and Let's Encrypt SSL

After configuring docker to run YouTrack, how to configure the settings in order to add and renew SSL with Let's Encrypt automatically?

0
1 comment
Official comment

Hello,

Personally, I'd say updating certificates for a reverse proxy scenario might be easier, however, for the build-in SSL you may write a script that will

  1. stop the Youtrack container
  2. execute configure command for a docker container providing updated certificates
  3. and start the container over

 

Please sign in to leave a comment.