[ ] Explicit install/uninstall certificates commands would be nice
[x] Documentation should explain that the root certificate being installed is generated on-device and is not shared. It should explain how to view it and how to remove it.
[x] Documentation should explain when/how/why modifications are made to /etc/hosts. It should be clear that quitting the Localias process will leave the alias entries in /etc/hosts.
[x] If the daemon isn't running, calling localias daemon stop and localias daemon reload should print nice error messages instead of complicated HTTP-related failures.
[x] There should be a command for clearing entries from /etc/hosts.
[x] Documentation should explain that we call sudo but do not capture your password ourselves. Running localias with sudo localias or authing to sudo in your shell session, then running localias, should prevent you from getting prompted.
On MacOS, installed via
brew
/etc/hosts
. It should be clear that quitting the Localias process will leave the alias entries in/etc/hosts
.localias daemon stop
andlocalias daemon reload
should print nice error messages instead of complicated HTTP-related failures./etc/hosts
.sudo
but do not capture your password ourselves. Running localias withsudo localias
or authing tosudo
in your shell session, then runninglocalias
, should prevent you from getting prompted.