inaky-intc

Results 5 issues of inaky-intc

Current representation of the multi-value dialog for the inventory was taking a lot of vertical space, when we have plenty of horizontal available. This is the dialog that pops when...

Adds buttons to add/remove, functionality to list and download private keys and certificate files for SSL key/cert pairs associated to the unique Root CA associated to the allocation ID. ![image](https://github.com/user-attachments/assets/0825b1f7-a658-4e72-bbea-1b43b76f123b)

Adds the ability to manage network tunnels from the WebUI ![image](https://github.com/user-attachments/assets/4d3b858a-6d13-4e8c-a6fc-e76e6187d817)

The call to mktemp with a relative template name creates the temp directory wherever the thing logs in to, $HOME. If $HOME is read-only, then this fails. With this change,...

When creating ZeroDeployedServers, we got: ``` ... Unexpected exit code: 1 mktemp: failed to create directory via template tmp.XXXXXXXXXX: Read-only file system ... ``` Traced it to BaseRemoteMachine creating the...