File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ errors from `wsk` when attempting to access it.
9191Due to the way AWS supports TLS termination on ELBs there are a couple of configuration options required to put a
9292signed certificate in place when deploying openwhisk.
9393
94- First ensure you have a signed certificate in your AWS Certificate Manager.
94+ First ensure you have a signed certificate in your AWS Certificate Manager.
9595
9696Then ensure you enable the following :
9797` ` ` yaml
@@ -105,8 +105,8 @@ whisk:
105105 service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <your certificate ARN>
106106` ` `
107107
108- This will setup a loadbalanced service that allows your users to connect via HTTPS to the cluster. Internally we switch
109- from SSL to plain HTTP communication as we're forwarding ports internally.
108+ This will setup a loadbalanced service that allows your users to connect via HTTPS to the cluster. Internally we switch
109+ from SSL to plain HTTP communication as we're forwarding ports internally.
110110Please read [this doc](https://kubernetes-on-aws.readthedocs.io/en/latest/user-guide/tls-termination.html#common-pitfalls) for more information.
111111
112112# # Hints and Tips
You can’t perform that action at this time.
0 commit comments