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