Commit Graph

1 Commits

Author SHA1 Message Date
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