Skip to content

Commit 42931ab

Browse files
author
Gabriel Monroy
committed
docs(ssl): add instructions for configuring ssl on routers
1 parent bae0085 commit 42931ab

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/managing_deis/ssl-endpoints.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,23 @@ See your vendor's specific instructions on installing SSL on your load balancer.
6969
documentation on `installing an SSL cert for load balancing`_. For Rackspace, see their
7070
`Product FAQ`_.
7171

72+
Installing SSL on the Deis Routers
73+
----------------------------------
74+
75+
You can also use the Deis routers to terminate SSL connections.
76+
Use ``deisctl`` to install the certificate and private keys:
77+
78+
.. code-block:: console
79+
80+
$ deisctl config router set sslKey=<path-to-key> sslCert=<path-to-cert>
81+
82+
If your certificate has intermediate certs that need to be presented as part of a
83+
certificate chain, append the intermediate certs to the bottom of the sslCert value.
84+
85+
.. note::
86+
87+
To secure all endpoints on the platform domain, you must use a wildcard certificate.
88+
89+
7290
.. _`installing an SSL cert for load balancing`: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/ssl-server-cert.html
7391
.. _`Product FAQ`: http://www.rackspace.com/knowledge_center/product-faq/cloud-load-balancers

0 commit comments

Comments
 (0)