Support config dir for env generator input files
[apex-tripleo-heat-templates.git] / environments / enable-tls.yaml
1 # ********************************************************************************
2 # DEPRECATED: Use tripleo-heat-templates/environments/ssl/enable-tls.yaml instead.
3 # ********************************************************************************
4 # Use this environment to pass in certificates for SSL deployments.
5 # For these values to take effect, one of the tls-endpoints-*.yaml environments
6 # must also be used.
7 parameter_defaults:
8   SSLCertificate: |
9     The contents of your certificate go here
10   SSLIntermediateCertificate: ''
11   SSLKey: |
12     The contents of the private key go here
13
14 resource_registry:
15   OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml