A resource for certificate.
Name |
Description |
---|---|
certificate |
PEM-formatted certificate chain. String value expected. Updates cause replacement. |
private_key |
PEM-formatted private_key chain. String value expected. Updates cause replacement. |
Name |
Description |
---|---|
description |
The description of the certificate. String value expected. Can be updated without replacement. |
name |
The name of the certificate. String value expected. Can be updated without replacement. |
heat_template_version: 2014-10-16 ... resources: ... the_resource: type: OSE::ELB::Certificate properties: certificate: String description: String name: String private_key: String