You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
817 B
19 lines
817 B
# ******************************************************************************** |
|
# 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 |
|
|
|
# Disable Gnocchi Incoming redis storage driver when using tls |
|
GnocchiIncomingStorageDriver: '' |
|
|
|
resource_registry: |
|
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml
|
|
|