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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -