diff options
Diffstat (limited to 'ssl-source.yaml')
-rw-r--r-- | ssl-source.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssl-source.yaml b/ssl-source.yaml index ac1ef42d..a03aac37 100644 --- a/ssl-source.yaml +++ b/ssl-source.yaml @@ -1,5 +1,9 @@ description: 'ssl-source: SSL endpoint metadata for openstack' parameters: + SSLCACertificate: + default: '' + description: If set, the contents of an SSL certificate authority file. + type: string SSLCertificate: default: '' description: If set, the contents of an SSL certificate .crt file for encrypting SSL endpoints. @@ -10,10 +14,6 @@ parameters: description: If set, the contents of an SSL certificate .key file for encrypting SSL endpoints. type: string hidden: true - SSLCACertificate: - default: '' - description: If set, the contents of an SSL certificate authority file. - type: string resources: SSLConfig: type: OS::Heat::StructuredConfig |