summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider/common.json5
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"
}
}