RFC3161 compatible Time Stamping Authority (TSA).
Install instructions:
1. Download and extract to DocumentRoot directory
2. Download tsa_test.sql (only if not included)
3. Create MySQL database.
- Import tsa_test.sql
- create user and grant access to tsa database (default "tsa_test") with Global privileges
4. Setup TSA
- open browser go to /tsa/admins in your server address
you just have to set following field:
dbhost = (MySQL Server Hostname)
dbusername = (TSA Database username)
dbpassword = (TSA Database password)
OR
open and edit tsa.cfg in tsa directory
[database]
dbhost = (MySQL Server Hostname)
dbusername = (TSA Database username)
dbpassword = (TSA Database password)
You can set other field as you need(optional)
5. ...