Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gc-fu authored Nov 28, 2022
1 parent 92f5fac commit 0a8a4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppml/kms-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Then, you are allowed to generate primary and data keys, and use them to encrypt
export INPUT_DIR_PATH=YOUR_DATA_FILE_DIRECTORY_PATH # For example, multiple CSV files are in this directory
export KMS_SERVER_IP=YOUR_KMS_SERVER_IP # IP address of node where the previous KMS server is deployed
export APPID=YOUR_APPID
export APPKEY=YOUR_APPKEY
export APIKEY=YOUR_APPKEY

# Step 1. Generate Primary Key And Data Key
# Keys in ciphertext are saved at current path as default
Expand Down

0 comments on commit 0a8a4b2

Please sign in to comment.