blob: 175e1fd7e9ee14953332378cb518aed3b26857d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# ********************************************************************************
# DEPRECATED: Use tripleo-heat-templates/environments/ssl/enable-tls.yaml instead.
# ********************************************************************************
# 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.
parameter_defaults:
HorizonSecureCookies: True
SSLCertificate: |
The contents of your certificate go here
SSLIntermediateCertificate: ''
SSLKey: |
The contents of the private key go here
resource_registry:
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml
|