forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
4.0 KiB
4.0 KiB
OSE::ELB::Certificate
A resource for certificate.
Required Properties
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. |
Optional Properties
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. |
HOT Syntax
heat_template_version: 2014-10-16
...
resources:
...
the_resource:
type: OSE::ELB::Certificate
properties:
certificate: String
description: String
name: String
private_key: String
Parent topic: Resource Type Reference