-
Notifications
You must be signed in to change notification settings - Fork 8
Release Notes v2.0.0
NeySlim edited this page Feb 7, 2026
·
1 revision
Release Date: February 7, 2026
This is a major release with a completely redesigned frontend and significant backend improvements.
- React 18 with Vite for fast builds
- Radix UI for accessible components
- Custom CSS with theme variables
- Split-View Layout with responsive design
- 12 Theme Variants - 6 color themes (Gray, Ocean, Purple, Forest, Sunset, Cyber) × Light/Dark modes
- User Groups - Organize users with permission-based groups
- Certificate Templates - Predefined certificate configurations
- Smart Import - Intelligent parser for certs, keys, CSRs
- Certificate Tools - SSL checker, CSR decoder, certificate decoder, key matcher, format converter
- Command Palette - Ctrl+K global search with quick actions
- Trust Store - Manage trusted CA certificates
- ACME Management - Account tracking, order history, challenge status
- Audit Logs - Full action logging with filtering, export, and integrity verification
- Dashboard Charts - Certificate trend (7 days), status distribution pie chart
- Activity Feed - Real-time recent actions display
- Responsive Design - Mobile-first with adaptive layouts
- Mobile Navigation - Grid menu with swipe support
- Keyboard Navigation - Full keyboard accessibility
- Real-time Updates - WebSocket-based live refresh
- Inter + JetBrains Mono fonts
- Contextual Help - Help modals on every page
- Password Show/Hide Toggle - All password fields now have visibility toggle
- Password Strength Indicator - Visual strength meter with 5 levels
- Forgot Password Flow - Email-based password reset with secure tokens
- Force Password Change - Admin can require password change on next login
- Session Timeout Warning - 5-minute warning before session expires
-
API v2 - RESTful JSON API under
/api/v2/ -
Unified Paths - Same structure for DEB/RPM/Docker (
/opt/ucm/) - Auto-migration - Seamless v1.8.x → v2.0.0 upgrade with backup
- CRL Auto-regeneration - Background scheduler for CRL refresh
- Health Check API - System monitoring endpoints
- WebSocket Support - Real-time event notifications
# From Docker Hub
docker pull neyslim/ultimate-ca-manager:2.0.0
# From GitHub Container Registry
docker pull ghcr.io/neyslim/ultimate-ca-manager:2.0.0
# Run
docker run -d -p 8443:8443 \
-v ucm-data:/opt/ucm/data \
--name ucm neyslim/ultimate-ca-manager:2.0.0wget https://github.com/NeySlim/ultimate-ca-manager/releases/download/v2.0.0/ucm_2.0.0_all.deb
sudo dpkg -i ucm_2.0.0_all.deb
sudo apt-get install -fwget https://github.com/NeySlim/ultimate-ca-manager/releases/download/v2.0.0/ucm-2.0.0-1.fc43.noarch.rpm
sudo dnf install ./ucm-2.0.0-1.fc43.noarch.rpmData is automatically migrated when upgrading. A backup is created in /opt/ucm/data/backups/.
- Stop the old service
- Install the new package
- Start the service - migration runs automatically
- Access the new UI at https://your-server:8443
-
Username:
admin -
Password: Check
/etc/ucm/ucm.envafter install