Skip to content
NeySlim edited this page Feb 6, 2026 · 59 revisions

Ultimate CA Manager - Wiki

Version License Docker CI/CD

Welcome to the Ultimate CA Manager (UCM) documentation! This wiki provides comprehensive guides for all features.

🆕 v2.0.0-beta1 Released! Major update with new React UI. View Release Notes


📚 Table of Contents

Getting Started

Core Features

User Interface

Advanced Topics

Administration

Development


🚀 Quick Links

Installation (v2.0.0-beta1)

  • DEB: wget https://github.com/NeySlim/ultimate-ca-manager/releases/download/v2.0.0-beta1/ucm_2.0.0.beta1_all.deb
  • RPM: wget https://github.com/NeySlim/ultimate-ca-manager/releases/download/v2.0.0-beta1/ucm-2.0.0.beta1-1.fc43.noarch.rpm
  • Docker: Coming soon

Installation (v1.8.3 Stable)

  • Docker: docker pull ghcr.io/neyslim/ultimate-ca-manager:1.8.3
  • DEB: Download from v1.8.3 release

Access

  • Web UI: https://your-server:8443
  • Default Credentials: admin / changeme123 ⚠️ Change immediately!
  • GitHub: NeySlim/ultimate-ca-manager

📖 What's New

v2.0.0-beta1 (Latest) 🆕 BETA

  • 🎨 Complete UI Redesign - New React 18 frontend with Radix UI
  • 🎭 12 Theme Variants - 6 color themes × Light/Dark modes
  • 📊 Enhanced Dashboard - Real-time stats, charts, activity feed
  • 👥 User Groups - Organize users with permissions
  • 📋 Certificate Templates - Predefined configurations
  • 🔧 Certificate Tools - SSL checker, decoders, converters
  • 📝 Audit Trail - Complete action logging with hash chain verification
  • 🔌 API v2 - RESTful JSON API with OpenAPI docs
  • 📦 Unified Paths - Same paths for DEB/RPM/Docker (/opt/ucm/)
  • ⬆️ Auto-migration - Seamless upgrade from v1.8.x

Read Full Release Notes

v1.8.3 ✅ STABLE

  • 🐛 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.3
    • CHANGELOG with full history
    • Clear deployment options

Read Full Release Notes

v1.8.3-beta

  • 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

Read Release Notes

v1.7.5

  • 🔄 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

v1.7.0

  • ✨ 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

v1.6.2

  • 🐛 Fixed OPNsense import JavaScript errors
  • 📊 Fixed import statistics display
  • 🔧 Improved toast notification system

v1.6.0

  • ✨ Complete Tailwind CSS removal (~827 classes)
  • 🎨 Custom themed scrollbars
  • 🔐 CRL Information pages (public & integrated)
  • 🎭 Modal system improvements
  • 📱 Full responsive design
  • 🌈 8 beautiful themes

See Full Changelog


📊 System Information

Property Value
Latest Beta 2.0.0-beta1
Latest Stable 1.8.3
Python 3.10+ (3.13 compatible)
Platform Linux, Docker (multi-arch)
License BSD-3-Clause
Repository GitHub
Docker Registry GHCR

🎯 Additional Resources


💡 Need Help?


Last Updated: 2026-02-06
Maintained By: NeySlim

Clone this wiki locally