Commit Graph

15 Commits (main)
 

Author SHA1 Message Date
stef 7a05e3afe4 update index 2025-12-07 10:47:25 +01:00
stef d9e9db06ab Merge branch 'feature/web-ui' into main (web UI scaffold) 2025-12-07 10:28:55 +01:00
stef 1e52006b46 feat(webui): add minimal SPA for managing CAs and certificates 2025-12-07 10:24:28 +01:00
stef 028f768299 chore(webui): scaffold web UI for CA and certificate management 2025-12-07 10:15:11 +01:00
stef 3cb1bb4c47 docs: update README with private key features and export documentation 2025-12-07 10:09:56 +01:00
stef c7427dae28 feat: add private_key field to JSON responses for all certificate/CA endpoints 2025-12-07 10:06:17 +01:00
stef 4a06ec52ca test: add comprehensive test scripts for exports and private key storage 2025-12-07 09:50:43 +01:00
stef 98adf5e971 fix(storage): store private keys for all certificates, not just CAs 2025-12-07 09:47:07 +01:00
zen6 1c02d6a4ab feat: add certificate export functionality (PEM, DER, with private key, chain) 2025-12-07 09:28:48 +01:00
stef 2500292997 last from journey 2025-12-07 01:05:49 +01:00
stef ecd36f186c docs: add smoke test results section to README 2025-12-06 23:53:21 +01:00
zen6 79c4ca11de test: add smoke test result 2025-12-06 23:48:56 +01:00
zen6 9d5027739a fix(storage): fix MongoStore.ListCertificates to correctly iterate cursor and decode documents (CRL bug) 2025-12-06 23:22:45 +01:00
zen6 f06ac35910 docs: Ajouter guide de déploiement et fichier .env.example
- DEPLOYMENT.md : guide complet déploiement local et Docker Compose
- .env.example : template variables d'environnement
- Instructions development, production et troubleshooting
2025-12-06 23:12:22 +01:00
zen6 ddece00272 feat: PKI API Go avec persistance MongoDB et abstraction storage
- API REST complète pour gestion Infrastructure à Clé Publique
- Authentification JWT sur tous les endpoints (sauf login)
- Hiérarchie de certificats (Root CA, Sub-CA, End Certificates)
- Abstraction de stockage avec MemoryStore et MongoStore
- Configuration centralisée via variables d'environnement
- Support déploiement Docker Compose avec MongoDB
- Tests unitaires pour sérialisation des clés RSA
- Documentation complète avec exemples API
2025-12-06 23:11:50 +01:00