Skip to content

Commit

Permalink
we get wedged on first boot somehow for the gui using https
Browse files Browse the repository at this point in the history
trying a fix
  • Loading branch information
Dave Taht committed Jan 19, 2014
1 parent f35dd18 commit 739b881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/cerowrt-chrome/files/etc/make-webcerts.sh
Expand Up @@ -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

0 comments on commit 739b881

Please sign in to comment.