0

I need to execute this command in a linux server, i command line using wine:

sudo wine /var/myfolder/openssl.exe x509AT -days 355 -AA /var/myfolder/cert/certificate.crt -AAkey /var/myfolder/cert/certkey.key -User /var/myfolder/cert/newcert.crt -out /var/myfolder/cert/newcert-ok.crt -Attribute /var/myfolder/cert/attributes.txt -HolderT 1

Wine is not recognizing all arguments.

Someone know how to do this?

3
  • 1
    Wine runs some Windows apps, not all, and isn't designed for such usage. And why do you need to run openssl.exe in Linux anyway? wiki.openssl.org/index.php/Command_Line_Utilities
    – user772515
    Commented Apr 12, 2018 at 13:00
  • 2
    Firstly, openssl is available for linux. Commented Apr 12, 2018 at 13:54
  • Also you could create a batch file and execute it. Commented Apr 12, 2018 at 13:54

0

You must log in to answer this question.

Browse other questions tagged .