aboutsummaryrefslogtreecommitdiffstats
path: root/ssl-source.yaml
diff options
context:
space:
mode:
authorJonathan Brownell <brownell@hp.com>2014-07-28 12:46:02 -0700
committerJonathan Brownell <cadenzajon@gmail.com>2014-08-12 17:34:19 +0000
commit5d35e97cfa2ac14ac91e2b9038a11e94606c0816 (patch)
tree81cf089608693c493ea64c31f0b7974c53190f0d /ssl-source.yaml
parent0d5526d4a96ba21c742c4b3055e7d3a672c47eeb (diff)
Move cacert property out of "stunnel" and into a new "ssl" group
The CA certificate is currently passed via ssl-source.yaml as "stunnel.cacert", but this value is not currently used by stunnel since we have no use case for client cert authentication. This change proposes that it also be exposed as "ssl.ca_certificate", which is consistent with the overall SSL direction being driven by the PKI spec: I32473fe797a4c1e28d14c3b82c8892c7c59a4e55 This new CA certificate value will be installed as a trusted CA on all cloud nodes that issue SSL-secured connection requests to OpenStack or other infrastructure (MySQL, RabbitMQ) services. Change-Id: Ibacd7c98980520e11c0df89632013f2ba2dbe370
Diffstat (limited to 'ssl-source.yaml')
-rw-r--r--ssl-source.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl-source.yaml b/ssl-source.yaml
index 09ea52a2..ac1ef42d 100644
--- a/ssl-source.yaml
+++ b/ssl-source.yaml
@@ -20,6 +20,9 @@ resources:
properties:
group: os-apply-config
config:
+ ssl:
+ ca_certificate:
+ get_input: ssl_ca_certificate
stunnel:
cert:
get_input: ssl_certificate