• v1.0.0 1640ced748

    Stable

    dyzulk released this 2025-12-22 12:45:54 +07:00 | 8 commits to main since this release

    📅 Originally published on GitHub: Mon, 22 Dec 2025 06:29:35 GMT
    🏷️ Git tag created: Mon, 22 Dec 2025 05:45:54 GMT

    Release v1.0.0 - Initial Official Launch

    We are excited to announce the first official release of the Certificate Authority & API Management System. This version provides a complete foundation for managing internal PKI and secure API access.

    Key Features

    • CA management: Full lifecycle support for Root and Intermediate CAs.
    • Certificate Issuance: Dynamic generation of leaf certificates with customizable SANs.
    • API Key Infrastructure: Secure key generation, status toggling, and real-time usage tracking.
    • Advanced Dashboard: Real-time metrics, issuance trends, and server latency monitoring.
    • Developer Experience: Interactive API documentation with code snippets (cURL, JS, PHP, Python).
    • Hosting Friendly: Included standalone Web Key Generator and manual database import scripts.

    🛠️ Included in this Release

    • Source Code: Full Laravel 12 / Tailwind v4 source.
    • Database Schema: Pre-configured install.sql in the database/ folder.
    • Key-Gen Tool: Standalone utility in public/key-gen.html.

    🚀 Installation Overview

    For users with terminal access:

    composer install && npm install && npm run build
    php artisan migrate --seed
    

    For Shared Hosting users:

    1. Download the dyzulk-app-v1.0.0.zip attachment.
    2. Upload and extract to your server.
    3. Import database/install.sql via phpMyAdmin.
    4. Configure .env using our provided key-gen.html.

    Thank you for using DyDev TrustLab solutions!

    Downloads