-
Bug fix release Stable
released this
2025-07-28 21:27:05 +02:00 | 18 commits to main since this releaseThis release focuses on bug fixes and more code optimization.
- Tests have been refined.
- Added
list
command that prints the contents of the certificate database. - Added ability to mix certificate purposes, e.g. combine server and client, or client and email signing.
- Fixed flawed default value and variable substitution mechanism.
- Added state location to CA configuration file.
- Refactored many variables and replaced local definitions used by Cobra with global ones.
- Many more small fixes and improvements
Downloads
-
released this
2025-07-28 10:44:10 +02:00 | 32 commits to main since this releaseProvisioning and CRL feature release
- Added provisioning feature using a definition file.
- Added certificate database management using JSON file storage
- Added certificate revocation and CRL management
- Refactored AI generated code and optimized
- Removed unnecessary and un-optimal code.
- Added test script and test provisioning file.
Downloads
-
Initial release Stable
released this
2025-07-27 18:11:15 +02:00 | 41 commits to main since this releaseThe initial release of
lab-ca
command line CA.It features only basic operations: create a CA, issue certificates.
There are five types of certificates that may be created: server, server and client, client, email and code signing.
CRLs, subordinate CAs, certificate revocation is not yet supported. Encrypted private keys are not supported.
Downloads