Traefik TLS Let's Encrypt Tutorial

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This is a tutorial on how to secure your site with Traefik and Let's Encrypt.
    Traefik Let's Encrypt Docs - doc.traefik.io...
    Traefik HTTP Challenge Example Docs - doc.traefik.io...
    Traefik TLS Challenge Example Docs - doc.traefik.io...
    Like & Share this video if it added value and subscribe to the channel to stay on top of the latest content and videos!

Комментарии • 11

  • @TraefikLabs
    @TraefikLabs 3 года назад +2

    Thanks for creating this, Christian! We'll promote broadly it upon review. 🙌

  • @ace6664
    @ace6664 2 года назад

    hey bro great tutorial just one thing, it would be cool if in the future you would link a git or post the docker-compose in the description to have a easy baseline to work on or play around with the configuration.

  • @sagarsriva
    @sagarsriva 2 года назад

    great video. thx

  • @cybergnetwork588
    @cybergnetwork588 3 года назад +1

    Here is a very dumb question: If I am hosting different domains (multiple websites) under the same public IP, how would the "labels" under Frontend React Client look like? Thank you and great tutorial!

  • @wuegsd
    @wuegsd 3 года назад

    Great content thanks!

  • @FedericoGranata
    @FedericoGranata 3 года назад +1

    Maybe I'm missing something but I don't get why you export a port on your db container instead of putting it on a "backend" network?

    • @conorew
      @conorew 3 года назад +1

      Thats the point, when using docker networks you don't need to export ports. Exporting ports makes them available to the host and by extension another computer access via hostip:port.
      Docker allows you to use docker networks and communication using the container name as a dns address between services.
      for example if you have a torrent download client on port 9091 with name transmission. another container can use it if you configure the address transmission:9091.
      hope that helps

    • @FedericoGranata
      @FedericoGranata 3 года назад +2

      @@conorew sure but why expose the db port? It only needs to be accessed by other docker services so putting all them on the same docker network should be enough

  • @luisamaya2558
    @luisamaya2558 3 года назад

    Can you share an example to configure third party wildcard certificate in docker swarm env. LetsEncrypt I don't need to configure please. I want to use my own COMODO WildCard certificate in traefik 2.1.8 version

  • @conorew
    @conorew 3 года назад +2

    can you post your config files to git, please?

  • @StephenYT.
    @StephenYT. 3 года назад

    please add in description docker compose for example