1
0
Fork 0
1Panel-Appstore/timestamp-server
maogeddd e73122960b add timestamp-server
This application is a timestamp server that supports rfc3161 and rfc5816
2025-06-25 21:49:13 +08:00
..
3.1.0-jvm add timestamp-server 2025-06-25 21:49:13 +08:00
README.md add timestamp-server 2025-06-25 21:49:13 +08:00
data.yml add timestamp-server 2025-06-25 21:49:13 +08:00
logo.png add timestamp-server 2025-06-25 21:49:13 +08:00

README.md

timestamp_server

此应用是一个简单的时间戳服务器用于返回RFC3161协议时间戳。

时间戳服务地址为http://[IP]:[PORT]/sign

签名历史记录地址为http://[IP]:[PORT]/history/responses

注意事项(重要!!!)

证书格式必须为PKCS#12(.pfx),证书需重命名为tsa.pfx,并放在应用安装目录下

应用数据目录权限需要改为0777(勾选同时修改子文件属性)

证书必须是时间戳终端证书,必须包含critical(关键拓展)

完成后重启容器或等待容器自动重启即可