Skip to content

Commit

Permalink
[PPML]delete unused argument in kms-utils README(#5733)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanSimu authored Sep 13, 2022
1 parent fe8c652 commit ccec13e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ppml/services/kms-utils/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ docker exec -i $ENROLL_CONTAINER_NAME bash -c "bash /home/entrypoint.sh generate
# Encrypt a single data file
# encrpted data is next to $container_input_file_path
docker exec -i $ENROLL_CONTAINER_NAME bash -c "bash /home/entrypoint.sh $kms_type encrypt $appid $apikey $container_input_file_path"
docker exec -i $ENROLL_CONTAINER_NAME bash -c "bash /home/entrypoint.sh encrypt $appid $appkey $container_input_file_path"
# Decrypt a single data file
docker exec -i $ENROLL_CONTAINER_NAME bash -c "bash /home/entrypoint.sh decrypt $appid $apikey $container_input_file_path"
Expand Down

0 comments on commit ccec13e

Please sign in to comment.