Releases: kassisol/tsa
Releases · kassisol/tsa
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
Release HBM TSA 0.2.0
* Add validation of Country field at first initialization
* Update self-signed certificate informations
* Remove verification if tsa command is run by user root
* Add new API endpoint /version
* Add new API endpoint /system/cert
* Add new API endpoint /system/auth
* Add new API endpoint /system/ca/init
* Add new API endpoint /system/admin/password
* Use new middleware default skipper
* Add middleware default skipper
* Add new API endpoint /system/info
* Add commands access and session
* Move authorization method to api/server/middleware
* Add new package adf
* Reorganize api directory
* Split binary in 2
* Add CAInit middleware to make sure that CA initialization is done
* Add AdminPassword middleware to make sure that default password is changed
* Add local admin user
* Remove validation of scheme in client package
* Refactor the way tsa server's certificates are created
* Remove remaining config for engine creation
* Remove possibility to create engine certificates on the same host at init
0.1.2
Release HBM TSA 0.1.2
* Update juliengk/go-cert package
* Add more log
* Fix auth add subcommand validation number of args
* Fix auth ldap validation error format
* Update auth Login method
* Remove tsa directory when error occurs during initialization
* Add sorting of config keys
* Update version package
* Update labstack/echo package
* Update scripts files
* Add dev env
* Add verification of duplicate key / value
* Update supportedDriver func