diff options
author | elijah <elijah@riseup.net> | 2012-11-01 01:29:32 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-01 01:29:32 -0700 |
commit | fe9e6c2e7bc0bb14c14772fea41a179c1538c238 (patch) | |
tree | fc8a3a2c114f2cddf9d1f21ec61bdabba76dff6b /provider/common.json | |
parent | 07db7964811f637a4e55729ef12a4986ef7b26a5 (diff) |
updated common.json to add the "x509.use" flag.
Diffstat (limited to 'provider/common.json')
-rw-r--r-- | provider/common.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/provider/common.json b/provider/common.json index 8f83558..0d74df5 100644 --- a/provider/common.json +++ b/provider/common.json @@ -16,5 +16,10 @@ "authorized_keys": "= file :authorized_keys", "known_hosts": "= file :known_hosts", "port": 22 + }, + "x509": { + "use": false, + "cert": "= x509.use ? file(:node_x509_cert) : nil", + "key": "= x509.use ? file(:node_x509_key) : nil" } } |