Skip to content

Setting up signserver for timestamping #36

Answered by netmackan
CPspencer asked this question in Q&A
Discussion options

You must be logged in to vote

You need to pass the TimeStampSigner a time-stamp request in RFC#3161 format.

In an application support time-stamping you usually just need to configure it to use the URL of your time-stamp signer. For instance if your worker is called MyTimeStampSigner the URL would be something like:
https://signserver.example.com/worker/MyTimeStampSigner

Time-stamping with SignClient

To test that the service is working you can also use the time-stamp client available in SignClient:

/opt/signserver/bin/signclient timestamp -url https://signserver.example.com/worker/MyTimeStampSigner

This will send one time-stamp request every second until you press Ctrl+C.

Time-stamping with OpenSSL and cURL

echo "Some…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@CPspencer
Comment options

@CPspencer
Comment options

@CPspencer
Comment options

Answer selected by CPspencer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants