blob: 1b0f7066b6d01b23fa3646018bee5fdfcfa16d01 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# ********************************************************************************
# DEPRECATED: Use tripleo-heat-templates/environments/ssl/inject-trust-anchor.yaml
# instead.
# ********************************************************************************
parameter_defaults:
SSLRootCertificate: |
The contents of your root CA certificate go here
resource_registry:
OS::TripleO::NodeTLSCAData: ../puppet/extraconfig/tls/ca-inject.yaml
|