Create a dedicated timestamper which use the openssl cli and custom certificates #2

Merged
julienfastre merged 6 commits from test-ts-sign into main 2024-10-11 14:19:52 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 958c96193e - Show all commits

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
local.env

7
local.env.dist Normal file
View File

@ -0,0 +1,7 @@
AMQP_URL=amqp://guest:guest@localhost:32772/%2f/to_python_sign
LOG_LEVEL=DEBUG
PKCS12_PATH=./assets/dummy.p12
TIMESTAMP_URL=http://freetsa.org/tsr
QUEUE_IN=to_python_sign
EXCHANGE_OUT=signed_docs
OUT_ROUTING_KEY=signed_doc