From 739b8810effe3576ba7b1f574dd28edf878701f2 Mon Sep 17 00:00:00 2001 From: Dave Taht Date: Sun, 19 Jan 2014 14:34:12 -0800 Subject: [PATCH] we get wedged on first boot somehow for the gui using https trying a fix --- utils/cerowrt-chrome/files/etc/make-webcerts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/cerowrt-chrome/files/etc/make-webcerts.sh b/utils/cerowrt-chrome/files/etc/make-webcerts.sh index 0e94fc8..a3389d1 100755 --- a/utils/cerowrt-chrome/files/etc/make-webcerts.sh +++ b/utils/cerowrt-chrome/files/etc/make-webcerts.sh @@ -34,4 +34,6 @@ cat $key $cert > $pem #openssl req -new -newkey rsa:$bits -x509 -keyout $pem -out $pem -days $days \ # -nodes -subj "/C=$country/ST=$state/L=$location/CN=$commonname" -/etc/init.d/lighttpd restart # can get wedged +/etc/init.d/lighttpd stop # can get wedged +/etc/init.d/lighttpd start # hopefully unwedged +