X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=environments%2Fenable-tls.yaml;h=a3f39ebe7014306a7d5603c24b9eb3eb795ad39f;hb=6c537d2005b8cb5b25f63722376fca08471987ac;hp=5c2506e995d138bf522277b53cf3843bb1438d0b;hpb=a8bf039544ebf9b9e41a871445b6661182ad7044;p=apex-tripleo-heat-templates.git diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index 5c2506e9..a3f39ebe 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -1,9 +1,9 @@ +# 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: 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