From b2ab8ee38a7499681c00a1c2bfc6550fcbd70dad Mon Sep 17 00:00:00 2001
From: Jondy Zhao <jondy.zhao@gmail.com>
Date: Mon, 9 Sep 2013 16:24:21 +0800
Subject: [PATCH] slapos-windows-installer: add parameter when create instance

---
 software/slapos-windows-installer/instance.cfg.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/software/slapos-windows-installer/instance.cfg.in b/software/slapos-windows-installer/instance.cfg.in
index 8c8fea42d..c4b6601ce 100644
--- a/software/slapos-windows-installer/instance.cfg.in
+++ b/software/slapos-windows-installer/instance.cfg.in
@@ -26,4 +26,6 @@ pre-install =
 make-binary = true
 post-install =
   $${buildout:directory}/slapos-windows-wrapper.bat /etc/slapos/scripts/slapos-configure.sh \
-      --password=slaptester
+      --password=slaptester \
+      --computer-certificate=/computer.crt \
+      --computer-key=/computer.key
-- 
2.30.9