Title here
Summary here
roji ca install supports both major Linux families:
update-ca-certificates (/usr/local/share/ca-certificates/)update-ca-trust (/etc/pki/ca-trust/source/anchors/)Chrome uses its own certificate store on Linux. If you see certificate errors only in Chrome:
# Install nss-tools
sudo apt install libnss3-tools # Debian/Ubuntu
sudo dnf install nss-tools # Fedora
# Add CA to Chrome's store
certutil -d sql:$HOME/.pki/nssdb -A -t "C,," -n "roji CA" -i ~/.local/share/roji/certs/ca.pemOr use the built-in flag:
sudo roji ca install --firefox # Also works for Chrome on LinuxPorts below 1024 require root. Use sudo roji or the service installer:
sudo roji service install # Uses systemd with proper privileges
sudo roji service startCheck service status:
roji service status
systemctl status roji
journalctl -u roji -f # View systemd logsIf the service fails to start, check the log file:
roji log --no-follow