mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 05:15:28 +07:00
1.5 KiB
1.5 KiB
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.sqlin thedatabase/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:
- Download the
app-v1.0.0-ready.zipattachment. - Upload and extract to your server.
- Import
database/install.sqlvia phpMyAdmin. - Configure
.envusing our providedkey-gen.html.
Thank you for using DyDev TrustLab solutions!