소스 검색

Stating that certificate it is required when doing SSL on ELB.

Kenny Woodson 7 년 전
부모
커밋
b224ef8fd9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      playbooks/aws/README.md

+ 1 - 0
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'
 ```