In my setup, lightttpd update seems to have issues. I have this rc.user file for recreating both ssh pubkey login and custom https cert (which has been working flawlessly so far):
#!/bin/sh
[ ! -r /mnt/ntgr/.ssh/authorized_keys ] || {
[ -d /root/.ssh ] || mkdir -p /root/.ssh...