summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-12-17 13:06:17 -0500
committerMicah Anderson <micah@leap.se>2013-12-17 13:06:17 -0500
commit5708e04af02ec7332be84dfb63200008c35b9af4 (patch)
treed476a7b1ab17f0b63e8c9d5a228a473a738e0eac
parent86a2d30985cb118fdb158cc605237ae9445b6123 (diff)
set x509 use to true for all nodes, we need a cert for relaying using
TLS (#1910) Change-Id: I347178f2a172e4be6af8c0c76d801b3c769235cd
-rw-r--r--provider_base/common.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index 5be0dd70..07a45972 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -25,7 +25,7 @@
},
"hosts": "=> hosts_file",
"x509": {
- "use": false,
+ "use": true,
"cert": "= x509.use ? file(:node_x509_cert, :missing => 'x509 certificate for node $node. Run `leap cert update`') : nil",
"key": "= x509.use ? file(:node_x509_key, :missing => 'x509 key for node $node. Run `leap cert update`') : nil",
"ca_cert": "= try_file :ca_cert"