From c782c2c8d7408690d614453fac41b5a620610fec Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 14 Feb 2013 14:40:30 +0100 Subject: added debug/leap-bootstrap-ca.sh (see #1755) --- debug/leap-bootstrap-ca.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 debug/leap-bootstrap-ca.sh (limited to 'debug') diff --git a/debug/leap-bootstrap-ca.sh b/debug/leap-bootstrap-ca.sh new file mode 100755 index 0000000..6fd6232 --- /dev/null +++ b/debug/leap-bootstrap-ca.sh @@ -0,0 +1,23 @@ +#!/bin/sh -x + +ROOT="/tmp/platform-testing" + +rm -rf $ROOT/example +mkdir -p $ROOT/example +cd $ROOT/example + +leap new . +cd $ROOT/leap_platform +git checkout develop +git submodule update --init +cd $ROOT/example + +leap add-user --self +leap cert ca && leap cert csr + +leap node add --local ca service:ca + +leap local start ca +leap node init ca + +leap ssh ca -- cgit v1.2.3