💾 Archived View for freeshell.de › tldr › openssl-ts.gmi captured on 2024-05-26 at 15:40:27. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

openssl ts

OpenSSL command to generate and verify timestamps.

More information.

openssl ts -query -data {path/to/file} -sha512 -out {path/to/file.tsq}
openssl ts -reply -in {path/to/file.tsr} -text
openssl ts -verify -in {path/to/file.tsr} -queryfile {path/to/file.tsq} -partial_chain -CAfile {path/to/cert.pem}
openssl ts -reply -queryfile {path/to/file.tsq} -inkey {path/to/tsakey.pem} -signer tsacert.pem -out {path/to/file.tsr}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY