Software Alternatives & Reviews

How to set up HTTPS/SSL/TLS for a .dev domain, django/wagtail, Nginx, and docker/docker-compose

Let's Encrypt Dokku
  1. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    You are running nginx inside a docker container, this is not a problem on it's own, but personally, I find it more complicated to setup https inside a container. I would not recommend it. Instead I'd run nginx on the host, not inside a container. This will make it easier to request and store a https certificate from a free service like Let's Encrypt.

    #Identity And Access Management #Security & Privacy #Two Factor Authentication 310 social mentions

  2. 2
    Docker powered mini-Heroku in around 100 lines of Bash
    If I could make a recommendation, it would be to give Dokku a try. (Disclaimer: not affiliated, but like the project so much I sponsor it. My opinions are biased towards it.).

    #IT Automation #Backend As A Service #PaaS 12 social mentions

Discuss: How to set up HTTPS/SSL/TLS for a .dev domain, django/wagtail, Nginx, and docker/docker-compose

Log in or Post with