openssl ts command not working - trusted timestamps -


i'm trying execute following command openssl ts according ts manual

openssl ts -query -data myfile.foobar -cert -out request.tsq 

problem: openssl:error: 'ts' invalid command.

i can't find useful instructions on how install ts openssl anywhere, appreciated.

thanks!

according this site, functionality added in v0.9.9. can check version command:

openssl version 

Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -