-
v0.9.2
## v0.9.2, 2023.05.12 ### Added - feat: add robots.txt files (by default: block all web crawlers from all content) - feat: add public/contribute.json file ### Fixed - chore(security): add HTTP strict-transport-security header (prod) - chore(security/csp): add frame-ancestors and form-action rules - chore: add empty index.html files into public/(...)/ directories - chore: update some outdated PHP packages
-
v0.9.0Release v0.9.0
## v0.9.0, 2023.04.20 ### Added - feat(env): allow to configure time zone of webapp (default is "Europe/Paris"), see `WEBAPP_TIMEZONE` in .env file - feat(env): allow administrator to DEBUG certificates (default is disabled), see `DEBUG_CERT_BY_ADMIN` in .env file - feat(log): enable log rotating ### Fixed - pkcs12 convertor: use Pkcs12ConvertorViaShellCmd() with legacy option
-
v0.8.0Release v0.8.0
## v0.8.0, 2023.04.07 ### Added - feat(certificate): display CRL link - feat(certificate authority): display CRL link of root CA - feat(certificate authority): display CRL link of intermediate CA - feat(certificate authority): allow to download public key of Intermediate CA - feat: store email subject in a template ### Changed - remove all generated certificates - remove all users - add a 1st user with `ROLE_ADMIN` permissions > A 1st user is added automatically with `ROLE_ADMIN` permissions, > when the software is installed or updated. > - login: `admin-tajine@example.org` > - password: `admin-tajine_PaSsWord_IsNotSoSecretChangeIt` #### Breaking change > `bcmath` (PHP extension) is mandatory > > Allows to convert certificate serial number > in Hexadecimal format to decimal format (used as ID by CFSSL).
-
v0.6.0Release v0.6.0
## 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