Due to bugs in v2 driver, reverting to v1
[apex-tripleo-heat-templates.git] / environments / enable-tls.yaml
1 # Use this environment to pass in certificates for SSL deployments.
2 # For these values to take effect, one of the tls-endpoints-*.yaml environments
3 # must also be used.
4 parameter_defaults:
5   SSLCertificate: |
6     The contents of your certificate go here
7   SSLIntermediateCertificate: ''
8   SSLKey: |
9     The contents of the private key go here
10
11 resource_registry:
12   OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml