2016-05-31 11:47:10 -05:00
|
|
|
# ********************************************************************************
|
|
|
|
# DEPRECATED: Use tripleo-heat-templates/environments/ssl/enable-tls.yaml instead.
|
|
|
|
# ********************************************************************************
|
2016-07-27 15:44:58 -05:00
|
|
|
# Use this environment to pass in certificates for SSL deployments.
|
|
|
|
# For these values to take effect, one of the tls-endpoints-*.yaml environments
|
|
|
|
# must also be used.
|
2015-11-03 15:19:18 +02:00
|
|
|
parameter_defaults:
|
2017-06-08 16:28:34 -05:00
|
|
|
HorizonSecureCookies: True
|
2015-11-03 15:19:18 +02:00
|
|
|
SSLCertificate: |
|
|
|
|
The contents of your certificate go here
|
|
|
|
SSLIntermediateCertificate: ''
|
|
|
|
SSLKey: |
|
|
|
|
The contents of the private key go here
|
2016-08-23 08:53:50 +03:00
|
|
|
|
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml
|