{"tool":"openssl","tool_display":"Openssl","intent":"create-timestamp-response-from-request","intent_display":"create timestamp response from request","title":"Openssl Command: create timestamp response from request","command_string":"openssl ts -reply -queryfile <path/to/file.tsq> -inkey <path/to/tsakey.pem> -signer tsacert.pem -out <path/to/file.tsr>","raw_command_string":"openssl ts -reply -queryfile {{path/to/file.tsq}} -inkey {{path/to/tsakey.pem}} -signer tsacert.pem -out {{path/to/file.tsr}}","description":"Exact CLI syntax to create timestamp response from request using Openssl.","usage_scenario":"Creating a timestamp response for secure transaction validation.","scenario_context":"Creating a timestamp response for secure transaction validation.","simulated_output":"Signature Algorithm: sha256WithRSAEncryption\nTimestamp Response:\n  Version: v1\n  Status: success\n  Time: 2023-10-01T12:00:00Z","how_to_steps":["Prepare your timestamp request file (.tsq).","Run the OpenSSL command with the appropriate paths.","Check the output file for the generated timestamp response (.tsr)."],"inferred_category":"Security","canonical_url":"https://www.syntaxstandard.com/openssl/create-timestamp-response-from-request"}