Closed ramaraosrikakulapu closed 3 years ago
Below are the steps to use v1.hokkaido.213
agent binary with docker run
command -
Download tengu
binary from https://github.com/EC-Release/tengu/tree/1.2-rc.0.reiwa/dist/tengu
Get your certs and execute the command below for release version -
./tengu_agent -hsh -pbk $(cat public-key.cer|base64) -pvk $(cat private-key.key|base64) -smp -dat v1.hokkaido.213
Enter developer account passphrase when requested. Command will generate owner hash and is valid for 20 mins. Note: Please make sure you are using keys generated from release version.
Execute the docker run
command -
docker run -it -e AGENT_REV=v1.hokkaido.213 -e EC_PPS={generate-owner-hash-from-prev-step} enterpriseconnect/agent:v1 -ver
@pragyan111 .. Please follow the steps above and let us know, if you still face any problems.
KT given to the team and will help if needed.
@pragyan111 is trying to run v1.213 agent binary in docker container and getting the decryption failed error.
Below is the command used -