blob: 5c2506e995d138bf522277b53cf3843bb1438d0b (
plain)
1
2
3
4
5
6
7
8
9
|
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
|