Title here
Summary here
roji ca install adds the CA to the System Keychain (requires password). Use --user for the login keychain (no sudo needed):
roji ca install --user # Login keychain (no sudo)
sudo roji ca install # System keychainContainers run in a Linux VM. roji connects via the Docker socket, which works transparently. No special configuration needed.
Ports below 1024 require root. The installer sets this up via launchd. For manual runs:
sudo rojiOr use alternative ports:
# ~/.config/roji/config.yaml
http_port: 8080
https_port: 8443