-
Notifications
You must be signed in to change notification settings - Fork 11
Home
NeySlim edited this page Jan 10, 2026
·
59 revisions
Welcome to the Ultimate CA Manager (UCM) documentation! This wiki provides comprehensive guides for all features.
- Certificate Authority Management
- Certificate Operations
- CRL & CDP Distribution
- SCEP Server
- OCSP Responder
- ACME Protocol Support 🆕
- Import from OPNsense
- Certificate Export
- mTLS Authentication 🆕
- WebAuthn/FIDO2 🆕
- Troubleshooting
- Security Best Practices
-
Docker:
docker pull ghcr.io/neyslim/ultimate-ca-manager:1.8.2 - DEB: Download from releases
-
RPM: Download from releases
⚠️ UNTESTED
-
Web UI:
https://your-server:8443 -
Default Credentials:
admin/changeme123⚠️ Change immediately! - GitHub: NeySlim/ultimate-ca-manager
- 🐛 Nginx Dependency Fixed
- Nginx is now truly optional
- UCM can run standalone with built-in HTTPS server
- Fixed GitHub Actions workflow packaging bug
- 📦 Deployment Flexibility
- Standalone mode (no reverse proxy needed)
- Reverse proxy mode (nginx/apache)
- Docker deployment
- 📝 Documentation Updates
- All guides updated to v1.8.2
- CHANGELOG with full history
- Clear deployment options
- ✅ Export Authentication - All formats (PEM, DER, PKCS#12) with JWT
- 🎨 Visual Theme Previews - 2×4 grid with live previews
- 🐳 Docker/Native Compatibility - Dynamic path resolution
- 🔒 Global PKCS#12 Modal - Available across all pages
- 🔄 Dependency Updates (Python 3.13 compatible)
- 🔒 Security: cryptography 46.0.3, pyOpenSSL 25.3.0
- 🔑 WebAuthn: Updated to 2.7.0 with FIDO2 improvements
- 🐛 Bug Fixes: Certificate selector, Dockerfile improvements
- ✨ Collapsible sidebar submenus with smooth animations
- 🎯 My Account section relocated to bottom of sidebar
- 📏 Optimized sidebar width (220px uniform across all themes)
- 🖼️ 14×14px submenu icons for better visual hierarchy
- 💾 localStorage persistence for submenu states
- 🐛 Fixed OPNsense import JavaScript errors
- 📊 Fixed import statistics display
- 🔧 Improved toast notification system
- ✨ Complete Tailwind CSS removal (~827 classes)
- 🎨 Custom themed scrollbars
- 🔐 CRL Information pages (public & integrated)
- 🎭 Modal system improvements
- 📱 Full responsive design
- 🌈 8 beautiful themes
| Property | Value |
|---|---|
| Version | 1.8.2 |
| Python | 3.11+ (3.13 compatible) |
| Platform | Linux, Docker (multi-arch) |
| License | BSD-3-Clause |
| Repository | GitHub |
| Docker Registry | GHCR |
- Release Notes - All versions
- v1.8.2 Release - Latest stable
- v1.8.3-beta Release - Previous beta
- Docker Quick Start - 5-minute deployment
- Installation Guide - Detailed setup
- CI/CD Workflows - Build status
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation: This wiki
Last Updated: 2026-01-10
Maintained By: NeySlim