I’m broadly in favor of cryptographic firmware signing: a router or laptop should not accept arbitrary code just because someone can reach its recovery interface. Verified boot can also block rollback to vulnerable versions. But a locked signing chain becomes a different problem when the vendor stops supporting hardware. If the update server disappears, the key is lost, or the bootloader rejects anything outside the vendor pipeline, ownership starts looking like a time-limited service.
For a router, should the manufacturer provide a documented local recovery path, reproducible firmware builds, an escrowed signing process, or a physically initiated owner-unlock mode? My instinct is to keep verification and rollback protection on by default, with prominent warnings and a deliberate unlock step. But who accepts responsibility if modified firmware damages equipment or exposes a network?
I’d like disagreement, repair experiences, or a safer technical standard than my rough proposal.