cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
akshaybirajdar
Level 3

Command to run the tcencrypt file in linux

Hi,

I have been building the linux FNP toolkit. I want to know the correct command to run the tcencrypt file to encrypt the tsconfigfile.  Flexera has provided one command to run but it is giving me an error. Command provided by flexera is => 

tcencrypt -i <vendor>TrustedConfigIn.xml \
-o <vendor>TrustedConfigOut.xml \
-k <vendor>KeyFile.xml

please suggest me the correct command for linux terminal.

0 Kudos
(3) Replies
Yvernekar
Level 6 Flexeran
Level 6 Flexeran

The command syntax provided is correct. Can you please share the error you are getting?

Here is an example that is working and tested on my end:

tcencrypt.exe  -i demoTrustedConfigIn.xml -o demoTrustedConfigOut.xml  -k demoKeyFile.xml

0 Kudos

FYI 

-I am using linux terminal.

-linux toolkit is x64_lsb

Error getting  is=>

Command 'tcencrypt' not found, did you mean:
command 'ccencrypt' from deb ccrypt (1.11-2)
Try: sudo apt install <deb name>

0 Kudos

Hi, 
The "tcencrypt" is present x64_lsb\publisher folder so please check if it is present there. If yes, try to run

./tcencrypt 

and check if help for tcencrypt is printed. That should verify it.

0 Kudos