Commit Graph

2 Commits

Author SHA1 Message Date
root
823c6a9056 fix: auto-install libnss3-tools if certutil is missing
- Checks for certutil command before use
- Automatically installs libnss3-tools package if needed
- Works with sudo for non-root users
- Prevents 'command not found' errors
2025-10-23 10:15:02 +02:00
root
23afabb28e feat: add CA certificate installation script
New script: install-ca-cert.sh
- Downloads UCS CA certificate from server
- Installs to system CA certificates (/usr/local/share/ca-certificates/)
- Installs to NSS database (Chrome, Chromium, Brave)
- Installs to all Firefox profiles
- Verifies installation
- Works for current user

Usage:
  ./install-ca-cert.sh [ca-server-ip]

Default CA server: 10.0.0.21

Benefits:
 One-command setup for new users/systems
 Automatic browser detection
 Works with all major browsers
 Verification of successful installation
2025-10-23 10:12:27 +02:00