Skip to content

Commit

Permalink
Add references to mTLS configuration of proposed servers.
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
Héctor Hurtado committed Aug 24, 2020
1 parent ea3b080 commit eb4dbea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/source/examples/https_mtls.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using HTTPS and mTLS with *Kapow!*
==================================

*Kapow!* can be accesed over HTTPS and use mTLS for authentication. Right
*Kapow!* can be accesed over HTTPS and use mutual TLS for authentication. Right
now there are two possibilities to configure HTTPS/mTLS on a running server.

.. note::
Expand Down Expand Up @@ -121,6 +121,8 @@ Caddy
proxy / kapow:8080
tls /path/to/cert.pem /path/to/key.pem
In order to enable mutual TLS authentication read the `Caddy documentation`_.


HAProxy
+++++++
Expand Down Expand Up @@ -149,6 +151,8 @@ certificate.
$ cat /path/to/cert.pem /path/to/key.pem > /path/to/myserver.local.pem
In order to enable mutual TLS authentication read the `HAProxy documentation`_.


nginx
+++++
Expand All @@ -169,4 +173,9 @@ certificate.
}
}
In order to enable mutual TLS authentication read the `Nginx documentation`_.
.. _some criteria are met: https://caddyserver.com/v1/docs/automatic-https
.. _Caddy documentation: https://caddyserver.com/docs/caddyfile/directives/tls
.. _HAProxy documentation: https://www.haproxy.com/de/documentation/aloha/12-0/traffic-management/lb-layer7/tls/
.. _Nginx documentation: https://smallstep.com/hello-mtls/doc/server/nginx

0 comments on commit eb4dbea

Please sign in to comment.