2016-07-27 20:44:58 +00: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 13:19:18 +00:00
|
|
|
parameter_defaults:
|
|
|
|
SSLCertificate: |
|
|
|
|
The contents of your certificate go here
|
|
|
|
SSLIntermediateCertificate: ''
|
|
|
|
SSLKey: |
|
|
|
|
The contents of the private key go here
|
2016-08-23 05:53:50 +00:00
|
|
|
|
|
|
|
resource_registry:
|
|
|
|
OS::TripleO::NodeTLSData: ../puppet/extraconfig/tls/tls-cert-inject.yaml
|