1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 04:31:05 +08:00
1Panel-Appstore/apps/timestamp-server
pooneyy 24ed5c9e9d
feat(apps): add description field to all application data files
- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
2025-11-06 22:24:44 +08:00
..
2025-07-01 13:04:20 +08:00
2025-07-01 13:04:20 +08:00
2025-07-01 13:04:20 +08:00

timestamp_server

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

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

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

注意事项(重要!!!)

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

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

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

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