File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,5 +69,23 @@ See your vendor's specific instructions on installing SSL on your load balancer.
6969documentation 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
You can’t perform that action at this time.
0 commit comments