summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-10-31 15:10:41 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-10-31 15:10:41 -0400
commitb224ef8fd995a5b2253409f700a6e825b366b8a6 (patch)
tree6a9aeb42b40ff98fa310c5c2e1dedcab013c725d /playbooks/aws
parenteb7c673a19fc6c9e14dae11443a5e7564c8adc81 (diff)
downloadopenshift-b224ef8fd995a5b2253409f700a6e825b366b8a6.tar.gz
openshift-b224ef8fd995a5b2253409f700a6e825b366b8a6.tar.bz2
openshift-b224ef8fd995a5b2253409f700a6e825b366b8a6.tar.xz
openshift-b224ef8fd995a5b2253409f700a6e825b366b8a6.zip
Stating that certificate it is required when doing SSL on ELB.
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/aws/README.md b/playbooks/aws/README.md
index 4e5c1017b..417fb539a 100644
--- a/playbooks/aws/README.md
+++ b/playbooks/aws/README.md
@@ -65,6 +65,7 @@ openshift_release: # example: v3.7
openshift_pkg_version: # example: -3.7.0
openshift_aws_ssh_key_name: # example: myuser_key
openshift_aws_base_ami: # example: ami-12345678
+# These are required when doing SSL on the ELBs
openshift_aws_iam_cert_path: # example: '/path/to/wildcard.<clusterid>.example.com.crt'
openshift_aws_iam_cert_key_path: # example: '/path/to/wildcard.<clusterid>.example.com.key'
```