Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Jun 24, 2020
1 parent 1e7fbbc commit b6e7970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ To see how we do zero-downtime deploys, see :ref:`zero-downtime`.
How SSL/TLS Works
-----------------

We use kube-lego for automatic TLS certificate generation with Let's Encrypt. For more information, see `kube-lego's documentation`_. When you add a custom domain, we create a Kubernetes ingress for you to route traffic to your app. kube-lego picks this up, obtains certificates for you and installs them. Our ingress controller then handles terminating SSL traffic before sending it to your app.
We use cert-manager for automatic TLS certificate generation with Let's Encrypt. For more information, see `cert-manager's documentation`_. When you add a custom domain, we create a Kubernetes ingress for you to route traffic to your app. cert-manager picks this up, obtains certificates for you and installs them. Our ingress controller then handles terminating SSL traffic before sending it to your app.

.. _`kube-lego's documentation`: https://github.com/jetstack/kube-lego
.. _`cert-manager's documentation`: https://github.com/jetstack/cert-manager

.. _life-of-a-hot-upgrade:

Expand Down

0 comments on commit b6e7970

Please sign in to comment.