Skip to content
## v0.6.0,  2023.03.29

### Added

- feat: allow manager to create X509 certificate
- feat: allow to display Certification Authority (CA) data
- feat(certificat): display decimal serial number
- feat(db): add some fields on certificate table (created_by_id, used_by_id and public_key)
- docs: add CFSSL API and database examples

> note:
> - display certificat decimal serial number need to enable PHP extension `bcmath`
> - The PHP extension `bcmath`
>   - is not required for this version.
>   - will certainly be needed in a future version.

### Fixed

- fix(admin): list only active users
- fix: clean up template