Integrate local OpenSSL TSA for timestamping
Replaced HTTPTimeStamper with LocalOpensslTimestamp for TSA operations using a local OpenSSL CLI. Updated related configurations and dependencies to support this change, enhancing the timestamping process's reliability and security.
This commit is contained in:
@@ -138,7 +138,7 @@ subjectKeyIdentifier = hash
|
||||
default_tsa = tsa_config1
|
||||
|
||||
[ tsa_config1 ]
|
||||
dir = . # TSA root directory, same as root-ca
|
||||
dir = /home/julien/dev/chill/sign-pdf-worker/ts-authority # TSA root directory, same as root-ca
|
||||
serial = $dir/ca/tsa_serial # current serial number (mandatory)
|
||||
signer_cert = $dir/ca/tsa.crt # signing certificate (optional)
|
||||
certs = $dir/ca/tsa-chain.pem # certification chain (optional)
|
||||
|
Reference in New Issue
Block a user