forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
1.6 KiB
1.6 KiB
How Do I Use Agent to Encrypt AK/SK?
Secret Access Key (SK) is sensitive information. To encrypt the SK, perform the following steps:
- Go to the bin/ directory.
cd /opt/dis-agent-X.X.X/bin
- Run the encryption script, enter the password, and press Enter.
bash dis-encrypt.sh
- View the encryption result. The character string following "Encrypt result:" displayed on the console is the encryption result. Use this method to encrypt the MySQL password and SK, respectively and record the ciphertext in the configuration file.
Parent topic: DIS Agent Questions