سؤال

I'm trying to execute the following command with openssl ts according to the ts manual

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

Problem: openssl:Error: 'ts' is an invalid command.

I can't find any useful instructions on how to install ts for openssl anywhere, so help would be appreciated.

Thanks!

هل كانت مفيدة؟

المحلول

According to this site, that functionality was added in v0.9.9. You can check the version with this command:

openssl version
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top